Skip to content

Commit aa4ee74

Browse files
committed
Revert "Run CI on 1.56.1 until next hashbrown release"
This reverts commit b6aa495. CI should be find on 1.56.0 as of hashbrown 0.12.2.
1 parent 7104832 commit aa4ee74

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.1 # MSRV
19+
- rust: 1.56.0 # MSRV
2020
features:
2121
- rust: stable
2222
features: serde
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
include:
58-
- rust: 1.56.1
58+
- rust: 1.56.0
5959
target: thumbv6m-none-eabi
6060
- rust: stable
6161
target: thumbv6m-none-eabi

0 commit comments

Comments
 (0)