From 5893710431b6ca790b85594c0d55c7eb551580da Mon Sep 17 00:00:00 2001 From: KD Date: Sun, 30 Mar 2025 13:49:20 -0400 Subject: [PATCH] Updated icarus_models --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52a1bfb..d27538f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ serde = { version = "1.0.218", features = ["derive"] } serde_json = { version = "1.0.139" } tokio = { version = "1.44.1", features = ["rt-multi-thread"] } tracing-subscriber = "0.3.19" -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" }