-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update to stable Rust 1.85, typos 1.29.9
- Loading branch information
1 parent
ee41586
commit f759d9b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ env: | |
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still | ||
# come automatically. If the version specified here is no longer the latest stable version, | ||
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes. | ||
RUST_STABLE_VER: "1.83" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7 | ||
RUST_STABLE_VER: "1.85" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7 | ||
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness. | ||
# If the compilation fails, then the version specified here needs to be bumped up to reality. | ||
# Be sure to also update the rust-version property in the workspace Cargo.toml file, | ||
|
@@ -285,4 +285,4 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: check typos | ||
uses: crate-ci/[email protected].7 | ||
uses: crate-ci/[email protected].9 |