Update rust #250

Merged
kdeng00 merged 16 commits from update_rust into main 2026-05-22 11:29:38 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit cb2d063ee1 - 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.94 toolchain: 1.95
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.94 - name: Install Rust 1.95
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.94 toolchain: 1.95
components: clippy, rustfmt components: clippy, rustfmt
override: true override: true