From a386446d3dddf5492adefd02dd7ce5da0d4a9ca2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 26 Jul 2022 21:17:18 -0700 Subject: [PATCH] =?UTF-8?q?Avoid=20cargo=201.43=E2=80=931.45=20in=20GitHub?= =?UTF-8?q?=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa1bc42..437cff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [beta, stable, 1.45.0] + rust: [beta, stable, 1.46.0] include: - rust: nightly rustflags: --cfg async_trait_nightly_testing