Skip to content

Commit

Permalink
Update MSRV for bitflags
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 10, 2021
1 parent b9b9328 commit e963d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e963d69

Please sign in to comment.