Bump MSRV for non_exhaustive

This commit is contained in:
Jon Gjengset 2020-05-18 14:28:08 -04:00
parent cf4aed569b
commit 02ce8cb511
No known key found for this signature in database
GPG key ID: 3CB1EC545A706318

View file

@ -47,12 +47,12 @@ jobs:
- job: msrv
pool:
vmImage: ubuntu-latest
displayName: "Minimum supported Rust version: 1.36.0"
displayName: "Minimum supported Rust version: 1.40.0"
dependsOn: []
steps:
- template: install-rust.yml@templates
parameters:
rust: 1.36.0
rust: 1.40.0
- script: cargo check
displayName: cargo check
- job: integration