Skip to content

Commit

Permalink
Run CI on 1.56.1 until next hashbrown release
Browse files Browse the repository at this point in the history
The PR changing hashbrown's `rust-version` from 1.56.1 to 1.56.0 has
been merged to master but not made it into a hashbrown release yet.
  • Loading branch information
dtolnay committed Jun 17, 2022
1 parent f6487e7 commit b6aa495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.56.0 # MSRV
- rust: 1.56.1 # MSRV
features:
- rust: stable
features: serde
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.56.0
- rust: 1.56.1
target: thumbv6m-none-eabi
- rust: stable
target: thumbv6m-none-eabi
Expand Down

0 comments on commit b6aa495

Please sign in to comment.