From 461154e5fdfbb7bfe39ed802df8344dfc0bac594 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:12:42 -0400 Subject: [PATCH 1/4] Added rust version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 62f65b7..2250d7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "icarus_models" version = "0.3.0" edition = "2024" +rust-version = "1.85" description = "models used for the icarus project" license = "MIT" -- 2.43.0 From 1bd2670e1f30c853ff3e3fe7bbbde3f51bcbd83c Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:19:00 -0400 Subject: [PATCH 2/4] Updating rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2250d7d..f8408f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "icarus_models" version = "0.3.0" edition = "2024" -rust-version = "1.85" +rust-version = "1.86" description = "models used for the icarus project" license = "MIT" -- 2.43.0 From 66beb1e0eb60bded3b8e5b06ea569c492ec0eb34 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:31:16 -0400 Subject: [PATCH 3/4] Updated rust version in workflow --- .gitea/workflows/tag_release.yaml | 2 +- .gitea/workflows/workflow.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/tag_release.yaml b/.gitea/workflows/tag_release.yaml index 6a11acb..b4106cc 100644 --- a/.gitea/workflows/tag_release.yaml +++ b/.gitea/workflows/tag_release.yaml @@ -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 diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index cf14ef2..ac7c0a1 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -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 -- 2.43.0 From 2fe38e969778ac475a44b87cea0104888810e906 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 5 Apr 2025 13:39:33 -0400 Subject: [PATCH 4/4] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8408f1..261f79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [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" -- 2.43.0