File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 # version like 1.70. Note that we only specify MAJOR.MINOR and not PATCH so that bugfixes still
44 # come automatically. If the version specified here is no longer the latest stable version,
55 # then please feel free to submit a PR that adjusts it along with the potential clippy fixes.
6- RUST_STABLE_VER : " 1.90 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6+ RUST_STABLE_VER : " 1.92 " # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
77 # The purpose of checking with the minimum supported Rust toolchain is to detect its staleness.
88 # If the compilation fails, then the version specified here needs to be bumped up to reality.
99 # Be sure to also update the rust-version property in the workspace Cargo.toml file,
@@ -346,4 +346,4 @@ jobs:
346346 - uses : actions/checkout@v4
347347
348348 - name : check typos
349- uses : crate-ci/typos@v1.38.1
349+ uses : crate-ci/typos@v1.42.0
You can’t perform that action at this time.
0 commit comments