Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 361ebf7

Browse files
committed
Raise minimum rustc version in CI to 1.56
Required by use of 2021 edition in hashbrown: error: failed to download `hashbrown v0.12.0` Caused by: unable to get packages from source Caused by: failed to parse manifest at `github.com-1ecc6299db9ec823/hashbrown-0.12.0/Cargo.toml` Caused by: feature `edition2021` is required The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature.
1 parent b9c1ede commit 361ebf7

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: [nightly, beta, stable, 1.52.0]
18+
rust: [nightly, beta, stable, 1.56.0]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)