Skip to content

Commit

Permalink
ci: Update stable Rust and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 16, 2024
1 parent f672118 commit 1b20604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.82" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
RUST_STABLE_VER: "1.83" # 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,
Expand Down Expand Up @@ -452,4 +452,4 @@ jobs:
uses: actions/checkout@v4

- name: Check typos
uses: crate-ci/typos@v1.27.0
uses: crate-ci/typos@v1.28.3

0 comments on commit 1b20604

Please sign in to comment.