icarus_envy version bump (#65)
All checks were successful
Rust Build / Test Suite (push) Successful in 3m10s
Rust Build / Clippy (push) Successful in 2m22s
Rust Build / build (push) Successful in 3m46s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Check (push) Successful in 40s

Reviewed-on: #65
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-10-10 21:03:18 +00:00
committed by phoenix
parent 473b4ec762
commit ebe29df991
6 changed files with 31 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_auth"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
rust-version = "1.88"
@@ -22,7 +22,7 @@ josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
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]
http-body-util = { version = "0.1.3" }