Compare commits

...

6 Commits

Author SHA1 Message Date
phoenix fdae8056b1 Merge pull request 'Next release' (#30) from devel into main
Reviewed-on: #30
2025-04-05 18:38:37 +00:00
phoenix c555110367 rust_version_bump (#32)
Reviewed-on: #32
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 18:13:28 +00:00
phoenix 4b6f6cb67d rust_version (#31)
Reviewed-on: #31
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 17:30:16 +00:00
phoenix 24aa60cb48 Merge pull request 'Next release' (#25) from devel into main
Reviewed-on: #25
2025-04-04 04:08:03 +00:00
phoenix d8eadb8187 Merge pull request 'v0.2.0 Release' (#20) from devel into main
Reviewed-on: phoenix/icarus-models#20
2025-03-30 17:21:27 +00:00
phoenix 2b2e96c02d Merge pull request 'devel' (#16) from devel into main
Reviewed-on: phoenix/icarus-models#16
2025-03-22 21:24:15 +00:00
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
components: cargo components: cargo
- name: Extract Version from Cargo.toml - name: Extract Version from Cargo.toml
+5 -5
View File
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
- run: cargo check - run: cargo check
test: test:
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
- run: cargo test - run: cargo test
fmt: fmt:
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
- run: rustup component add rustfmt - run: rustup component add rustfmt
- run: cargo fmt --all -- --check - run: cargo fmt --all -- --check
@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
- run: rustup component add clippy - run: rustup component add clippy
- run: cargo clippy -- -D warnings - run: cargo clippy -- -D warnings
@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: 1.85.0 toolchain: 1.86.0
- run: cargo build - run: cargo build
+2 -1
View File
@@ -1,7 +1,8 @@
[package] [package]
name = "icarus_models" name = "icarus_models"
version = "0.3.0" version = "0.4.0"
edition = "2024" edition = "2024"
rust-version = "1.86"
description = "models used for the icarus project" description = "models used for the icarus project"
license = "MIT" license = "MIT"