bump: rust ci

This commit is contained in:
2026-07-05 16:37:15 -04:00
parent c980c73501
commit b54b0cab05
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Important for git describe --tags
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.96
toolchain: 1.96.1
components: cargo
- name: Extract Version from Cargo.toml