Include serde crate in 1.31 CI job

This commit is contained in:
David Tolnay 2021-01-24 20:42:20 -08:00
parent dfeaf77bb2
commit 68bda7a004
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -115,6 +115,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.31.0
- run: cd serde && cargo check --no-default-features
- run: cd serde && cargo check
- run: cd serde_derive && cargo check
alloc: