Merge branch 'devel' of git.kundeng.us:phoenix/icarus_models into devel

This commit is contained in:
2025-04-05 17:19:33 -04:00
3 changed files with 8 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
components: cargo
- name: Extract Version from Cargo.toml

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
- run: cargo check
test:
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
- run: cargo test
fmt:
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
- run: rustup component add clippy
- run: cargo clippy -- -D warnings
@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.85.0
toolchain: 1.86.0
- run: cargo build

View File

@@ -1,7 +1,8 @@
[package]
name = "icarus_models"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
rust-version = "1.86"
description = "models used for the icarus project"
license = "MIT"