Skip to content

Commit

Permalink
Don't check serde support against our MSRV
Browse files Browse the repository at this point in the history
serde now has a 1.56 MSRV via syn 2.
  • Loading branch information
djc committed Mar 20, 2023
1 parent dc9ea3a commit a6e7a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6e7a3e

Please sign in to comment.