From c8ba6606bebe62c5287eb09795e34850cef39ff8 Mon Sep 17 00:00:00 2001 From: KD Date: Thu, 10 Apr 2025 21:04:58 -0400 Subject: [PATCH] Icarus models update (#50) * Updated dependencies * Saving changes * More changes * More changes * Updated dependencies * Updated readme * Saving changes * Cleanup * Updated icarus_models * Updated icarus_models --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4b21d9..817830f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ serde_json = "1.0.140" tokio = { version = "1.44.1", features = ["full"] } tokio-util = { version = "0.7.14", features = ["codec"] } uuid = { version = "1.16.0", features = ["v4", "serde"] } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.3.0-devel-6a0135c6fa-111" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }