Skip to content

Commit 1af42cc

Browse files
committed
Avoid cargo 1.45–1.50 in GitHub Actions
These versions are incompatible with packages published by a recent Cargo
1 parent 7aa083c commit 1af42cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [beta, stable, 1.46.0]
18+
rust: [beta, stable, 1.51.0]
1919
include:
2020
- rust: nightly
2121
rustflags: --cfg async_trait_nightly_testing

0 commit comments

Comments
 (0)