From fc4f34dc567f8fd1bf44c4ca57205ae85b0512b9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 6 Apr 2025 21:18:18 -0400 Subject: [PATCH] Upgrading icarus_model to v0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 055c23d..701c694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x versio rand = { version = "0.9" } time = { version = "0.3.41", features = ["macros", "serde"] } josekit = { version = "0.10.1" } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.1-devel-6467521a02-111" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.1" } [dev-dependencies] http-body-util = { version = "0.1.3" }