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.

(cherry picked from commit b6aa495)
  • Loading branch information
dtolnay authored and cuviper committed Jun 21, 2022
1 parent 24a0c8f commit 3f8381a
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 @@ -59,7 +59,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 3f8381a

Please sign in to comment.