mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-10 08:30:42 +00:00
bump MSRV to 1.49+
not sure why but all older rust versions fail generic type resolution
This commit is contained in:
parent
8b73701405
commit
1bd398c7ee
3 changed files with 9 additions and 9 deletions
|
@ -10,20 +10,20 @@ variables:
|
|||
|
||||
test-default:
|
||||
stage: test
|
||||
image: rust:1.43-slim
|
||||
image: rust:1.49-slim
|
||||
before_script:
|
||||
- cargo -V
|
||||
script:
|
||||
- cargo test
|
||||
cache:
|
||||
key: cargo-1-43-default
|
||||
key: cargo-1-49-default
|
||||
paths:
|
||||
- cargo/
|
||||
- target/
|
||||
|
||||
test-full:
|
||||
stage: test
|
||||
image: rust:1.43-slim
|
||||
image: rust:1.49-slim
|
||||
before_script:
|
||||
- apt update -y
|
||||
- apt install -y --no-install-recommends libpq-dev
|
||||
|
@ -31,7 +31,7 @@ test-full:
|
|||
script:
|
||||
- cargo test --no-default-features --features full
|
||||
cache:
|
||||
key: cargo-1-43-all
|
||||
key: cargo-1-49-all
|
||||
paths:
|
||||
- cargo/
|
||||
- target/
|
||||
|
@ -67,7 +67,7 @@ test-trybuild-ui:
|
|||
script:
|
||||
- cargo test --no-default-features --features full --tests -- --ignored
|
||||
cache:
|
||||
key: cargo-1-48-all
|
||||
key: cargo-1-49-all
|
||||
paths:
|
||||
- cargo/
|
||||
- target/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue