Commit f759d9b 1 parent ee41586 commit f759d9b Copy full SHA for f759d9b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
# version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
4
4
# come automatically. If the version specified here is no longer the latest stable version,
5
5
# then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6
- RUST_STABLE_VER : " 1.83 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6
+ RUST_STABLE_VER : " 1.85 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
7
7
# The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
8
8
# If the compilation fails, then the version specified here needs to be bumped up to reality.
9
9
# Be sure to also update the rust-version property in the workspace Cargo.toml file,
@@ -285,4 +285,4 @@ jobs:
285
285
- uses : actions/checkout@v4
286
286
287
287
- name : check typos
288
- uses : crate-ci/typos@v1.29.7
288
+ uses : crate-ci/typos@v1.29.9
You can’t perform that action at this time.
0 commit comments