rust bump (#43)

Closes #41

Reviewed-on: phoenix/icarus_meta#43
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-12 20:15:11 +00:00
committed by phoenix
parent bb0524ea62
commit f372d05915
4 changed files with 16 additions and 18 deletions
+3 -3
View File
@@ -3,21 +3,21 @@ name: Release Tagging
on:
push:
branches:
- devel
- main
jobs:
release:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v5
with:
fetch-depth: 0 # Important for git describe --tags
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.88.0
toolchain: 1.90.0
components: cargo
- name: Extract Version from Cargo.toml