mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-02 07:21:41 +00:00
Don't check serde support against our MSRV
serde now has a 1.56 MSRV via syn 2.
This commit is contained in:
parent
dc9ea3ab45
commit
a6e7a3e268
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user