icarus_envy version bump (#189)

* icarus_envy version bump

* icarus_envy related changes

* Code formatting

* Code cleanup

* Version bump
This commit was merged in pull request #189.
This commit is contained in:
KD
2025-10-10 19:04:01 -04:00
committed by GitHub
parent caaec248db
commit 8c12c8c761
6 changed files with 22 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus"
version = "0.2.1"
version = "0.2.2"
edition = "2024"
rust-version = "1.88"
@@ -27,7 +27,7 @@ utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.3.0" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.5.6" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.3.5-main-86c5050c7b-006" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.4.1-main-8f0d123db5-006" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }