Add a CI builder on 1.31.0

This commit is contained in:
David Tolnay 2020-05-09 22:35:08 -07:00
parent dda070f45c
commit 4d6d0ae539
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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