Skip to content

Commit

Permalink
Avoid cargo 1.45–1.50 in GitHub Actions
Browse files Browse the repository at this point in the history
These versions are incompatible with packages published by a recent Cargo
  • Loading branch information
dtolnay committed Aug 9, 2022
1 parent ab3991b commit defd69a
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.46.0]
rust: [nightly, beta, stable, 1.51.0]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit defd69a

Please sign in to comment.