We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2608c commit 3306fa1Copy full SHA for 3306fa1
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ env:
3
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
4
# come automatically. If the version specified here is no longer the latest stable version,
5
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6
- RUST_STABLE_VER: "1.79" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
+ RUST_STABLE_VER: "1.80" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
7
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
8
# If the compilation fails, then the version specified here needs to be bumped up to reality.
9
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
0 commit comments