Update (#251)
Rust CI / build (push) Failing after 2m53s

Reviewed-on: #251
This commit was merged in pull request #251.
This commit is contained in:
2026-07-07 23:25:45 -04:00
parent 50d0ea630f
commit 7ca4c655a4
10 changed files with 339 additions and 532 deletions
+2 -2
View File
@@ -9,14 +9,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.95
toolchain: 1.96.1
components: cargo
- name: Extract Version from Cargo.toml