Merge pull request #1807 from dtolnay/31

Add a CI builder on 1.31.0
This commit is contained in:
David Tolnay 2020-05-09 22:44:41 -07:00 committed by GitHub
commit d6b39fd2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,14 @@ jobs:
- run: cd serde && cargo build --no-default-features
- run: cd serde && cargo build
derive:
name: Rust 1.31.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.31.0
- run: cd serde_derive && cargo check
alloc:
name: Rust 1.36.0
runs-on: ubuntu-latest