Compare commits

..

5 Commits

Author SHA1 Message Date
phoenix 0102036684 Version bump and updated rust version 2026-03-22 22:12:02 -04:00
phoenix 9955c22468 workflow syntax fix 2026-03-22 22:07:41 -04:00
phoenix c6682ae69a Fixing tag release workflow 2026-03-22 22:05:49 -04:00
phoenix 0e86fb0cef cargo update 2026-03-22 22:01:36 -04:00
phoenix 368590c3a2 Updated rust version in workflow 2026-03-22 21:59:34 -04:00
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
components: cargo
- name: Extract Version from Cargo.toml
+5 -5
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
- run: cargo check
test:
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
- run: cargo test
fmt:
@@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check
@@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
- run: rustup component add clippy
- run: cargo clippy -- -D warnings
@@ -58,5 +58,5 @@ jobs:
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.95
toolchain: 1.94
- run: cargo build
+1 -1
View File
@@ -2,7 +2,7 @@
name = "icarus_models"
version = "0.10.0"
edition = "2024"
rust-version = "1.95"
rust-version = "1.94"
description = "models used for the icarus project"
license = "MIT"