Updated rust in workflow

This commit is contained in:
2026-04-05 17:48:02 -04:00
parent c079245eed
commit 354a60fd8b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.90.0 toolchain: 1.94
components: cargo components: cargo
- name: Extract Version from Cargo.toml - name: Extract Version from Cargo.toml
+2 -2
View File
@@ -27,10 +27,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: Install Rust 1.90.0 - name: Install Rust 1.94
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.90.0 toolchain: 1.94
components: clippy, rustfmt components: clippy, rustfmt
override: true override: true