Skip to content

Commit b6aa495

Browse files
committed
Run CI on 1.56.1 until next hashbrown release
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.
1 parent f6487e7 commit b6aa495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- rust: 1.56.0 # MSRV
19+
- rust: 1.56.1 # MSRV
2020
features:
2121
- rust: stable
2222
features: serde
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
- rust: 1.56.0
60+
- rust: 1.56.1
6161
target: thumbv6m-none-eabi
6262
- rust: stable
6363
target: thumbv6m-none-eabi

0 commit comments

Comments
 (0)