Skip to content

Commit a386446

Browse files
committed
Avoid cargo 1.43–1.45 in GitHub Actions
These versions are incompatible with some recent GitHub change. error: failed to get `proc-macro2` as a dependency of package `async-trait v0.1.56 (/home/runner/work/async-trait/async-trait)` Caused by: failed to load source for dependency `proc-macro2` Caused by: Unable to update registry `https://github.com/rust-lang/crates.io-index` Caused by: failed to fetch `https://github.com/rust-lang/crates.io-index` Caused by: error reading from the zlib stream; class=Zlib (5)
1 parent 2cc3532 commit a386446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.45.0]
18+
rust: [beta, stable, 1.46.0]
1919
include:
2020
- rust: nightly
2121
rustflags: --cfg async_trait_nightly_testing

0 commit comments

Comments
 (0)