Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Bump min CI down to 1.56.0
Browse files Browse the repository at this point in the history
The indexmap and hashbrown crates which we depend on have both released
versions that are compatible with 1.56.0 again, as opposed to 1.56.1.
  • Loading branch information
dtolnay committed Jul 9, 2022
1 parent a7fbcc8 commit f41880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.56.1]
rust: [nightly, beta, stable, 1.56.0]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit f41880c

Please sign in to comment.