Skip to content

Commit

Permalink
Revert "Avoid cargo 1.45–1.50 in GitHub Actions"
Browse files Browse the repository at this point in the history
This reverts commit 1af42cc.
  • Loading branch information
dtolnay committed Aug 21, 2022
1 parent 1af42cc commit 415a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, stable, 1.51.0]
rust: [beta, stable, 1.46.0]
include:
- rust: nightly
rustflags: --cfg async_trait_nightly_testing
Expand Down

0 comments on commit 415a62d

Please sign in to comment.