Don't check serde support against our MSRV

serde now has a 1.56 MSRV via syn 2.
This commit is contained in:
Dirkjan Ochtman 2023-03-20 10:37:03 +01:00
parent dc9ea3ab45
commit a6e7a3e268

View File

@ -47,8 +47,8 @@ jobs:
toolchain: 1.38.0
- uses: Swatinem/rust-cache@v2
# run --lib and --doc to avoid the long running integration tests which are run elsewhere
- run: cargo test --lib --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,serde,winapi --color=always -- --color=always
- run: cargo test --doc --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,serde,winapi --color=always -- --color=always
- run: cargo test --lib --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi --color=always -- --color=always
- run: cargo test --doc --features unstable-locales,wasmbind,oldtime,clock,rustc-serialize,winapi --color=always -- --color=always
rust_versions:
strategy: