Skip to content

Commit

Permalink
Revert "Run CI on 1.56.1 until next hashbrown release"
Browse files Browse the repository at this point in the history
This reverts commit 3f8381a.

CI should be fine on 1.56.0 as of hashbrown 0.12.2.
  • Loading branch information
cuviper committed Jul 15, 2022
1 parent a638b99 commit fe98ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.56.1 # MSRV
- rust: 1.56.0 # MSRV
features:
- rust: stable
features: serde
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.56.1
- rust: 1.56.0
target: thumbv6m-none-eabi
- rust: stable
target: thumbv6m-none-eabi
Expand Down

0 comments on commit fe98ec2

Please sign in to comment.