Bump minimum version.
Via nom6 dependency bitvec.
This commit is contained in:
parent
a9788ad1e0
commit
b87083c5b9
1 changed files with 2 additions and 2 deletions
|
|
@ -47,12 +47,12 @@ jobs:
|
|||
- job: msrv
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
displayName: "Minimum supported Rust version: 1.40.0"
|
||||
displayName: "Minimum supported Rust version: 1.43.0"
|
||||
dependsOn: []
|
||||
steps:
|
||||
- template: install-rust.yml@templates
|
||||
parameters:
|
||||
rust: 1.40.0 # static-assertions (1.37+) and base64 (1.40+)
|
||||
rust: 1.43.0 # nom6 depends on bitvec (1.43+)
|
||||
- script: cargo check
|
||||
displayName: cargo check
|
||||
- job: integration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue