Skip to content

Commit 5bf2cd2

Browse files
authored
ci: Update to stable Rust 1.98.0, typos 1.49.0 (#758)
<!-- Thanks for opening a PR for this Linebender project! --> <!-- If you used any LLM ("AI") tools in making this PR, please ensure that you have reviewed our LLM policy at https://linebender.org/wiki/llm-policy/. Please list how you used it (e.g. writing code, reviewing, fact finding) below. We expect you to have fully understood and self-reviewed your contributions to Linebender. If you did not use any LLM tools, please replace "Unspecified" with 'None'. --> LLM Contributions: None. <!-- If this change has any user facing effects, please describe them in the quote block below. What you write here will be edited by us later - it doesn't need to be perfect. If this change doesn't need a changelog entry, please replace the next line with `**Changelog: None**` and delete the quote block. Do not use an LLM to write the changelog entry. --> **Changelog: None**
1 parent 186bfbe commit 5bf2cd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
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.97.1" # In quotes because otherwise (e.g.) 1.70 would be interpreted as 1.7
6+
RUST_STABLE_VER: "1.98.0" # 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,
@@ -431,4 +431,4 @@ jobs:
431431
- uses: actions/checkout@v4
432432

433433
- name: check typos
434-
uses: crate-ci/typos@v1.48.0
434+
uses: crate-ci/typos@v1.49.0

0 commit comments

Comments
 (0)