bump: rust ci

This commit is contained in:
2026-05-09 19:00:05 -04:00
parent 62a91b347e
commit cb2d063ee1
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.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