Compare commits

..

4 Commits

Author SHA1 Message Date
phoenix 8bc49e781b Correcting action workflow (#12)
Reviewed-on: #12
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 22:00:41 +00:00
phoenix f68d01d50f Workflow changes (#9)
Reviewed-on: #9
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 21:26:05 +00:00
phoenix 41001ec926 Updated icarus_models (#8)
Reviewed-on: #8
2025-03-30 17:48:57 +00:00
KD 775a62d9cc Updated icarus_models 2025-03-30 13:42:29 -04:00
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -5,8 +5,6 @@ on:
branches:
- main
- devel
tags:
- 'v*' # Trigger on tags matching v*
jobs:
release:
@@ -20,7 +18,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
+1 -1
View File
@@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
icarus-models = { git = "ssh://git@git.kundeng.us/phoenix/icarus-models.git", tag = "v0.1.14" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" }