summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-12-05 12:35:51 -0500
committerMason Reed <mason@vector35.com>2025-12-05 12:35:51 -0500
commit3ce203911e47b3a4741753d989519439893dd94f (patch)
tree4a4def7c5395f27243ba89b1ad25051759322020 /.github
parenta78ed7236f7875f1b32594c21f516df72be78afe (diff)
[Rust] Bump rust toolchain version for CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 47f75c31..b66c58a4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -23,7 +23,7 @@ jobs:
# Ensure clippy is installed
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
- toolchain: 1.83.0
+ toolchain: 1.91.1
components: clippy
- name: Clippy Check
uses: clechasseur/rs-clippy-check@v4
@@ -40,7 +40,7 @@ jobs:
# Ensure rustfmt is installed
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
- toolchain: 1.83.0
+ toolchain: 1.91.1
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1