Update MSRV for bitflags

This commit is contained in:
Jon Gjengset 2021-11-09 18:36:32 -08:00
parent b9b9328e18
commit e963d694e4
No known key found for this signature in database
GPG key ID: 863B48A11C238D5A

View file

@ -50,12 +50,12 @@ jobs:
- job: msrv
pool:
vmImage: ubuntu-latest
displayName: "Minimum supported Rust version: 1.43.0"
displayName: "Minimum supported Rust version: 1.46.0"
dependsOn: []
steps:
- template: install-rust.yml@templates
parameters:
rust: 1.43.0 # nom6 depends on bitvec (1.43+)
rust: 1.46.0 # bitflags requires 1.46+
- script: cargo check
displayName: cargo check
- job: integration