mirror of https://github.com/linebender/xilem
ci: Update stable Rust to 1.86, typos to 1.31.1 (#916)
This commit is contained in:
parent
fad997afa5
commit
324ff2444b
|
@ -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.85" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
|
||||
RUST_STABLE_VER: "1.86" # 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,
|
||||
|
@ -489,4 +489,4 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check typos
|
||||
uses: crate-ci/typos@v1.29.9
|
||||
uses: crate-ci/typos@v1.31.1
|
||||
|
|
Loading…
Reference in New Issue