From 7fcb8094497db47dd82f5a70511bb3be8f24ca7d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 16 Jun 2022 20:53:24 -0700 Subject: [PATCH] Bump oldest rustc tested to 1.56.1 Required by 2021 edition in hashbrown. error: failed to download `hashbrown v0.12.1` Caused by: unable to get packages from source Caused by: failed to parse manifest at github.com-1ecc6299db9ec823/hashbrown-0.12.1/Cargo.toml Caused by: failed to parse the `edition` key Caused by: this version of Cargo is older than the `2021` edition, and only supports `2015` and `2018` editions. --- .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 a21da01a..3bd65fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [nightly, beta, stable, 1.46.0] + rust: [nightly, beta, stable, 1.56.1] steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master