Bump MSRV for non_exhaustive
This commit is contained in:
parent
cf4aed569b
commit
02ce8cb511
1 changed files with 2 additions and 2 deletions
|
|
@ -47,12 +47,12 @@ jobs:
|
||||||
- job: msrv
|
- job: msrv
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: ubuntu-latest
|
||||||
displayName: "Minimum supported Rust version: 1.36.0"
|
displayName: "Minimum supported Rust version: 1.40.0"
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
steps:
|
steps:
|
||||||
- template: install-rust.yml@templates
|
- template: install-rust.yml@templates
|
||||||
parameters:
|
parameters:
|
||||||
rust: 1.36.0
|
rust: 1.40.0
|
||||||
- script: cargo check
|
- script: cargo check
|
||||||
displayName: cargo check
|
displayName: cargo check
|
||||||
- job: integration
|
- job: integration
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue