Update rust #249

Merged
kdeng00 merged 9 commits from update_rust into main 2026-04-05 18:13:49 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 354a60fd8b - Show all commits
+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