Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.9.1 for MSRV 1.56.0 #233

Merged
merged 3 commits into from
Jun 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.

(cherry picked from commit b6aa495)
  • Loading branch information
dtolnay authored and cuviper committed Jun 21, 2022
commit 3f8381a4e81b974aed0c625d5d76b2d881915eec
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