From 2190069cc0af5606240a275d129abff9764e2eaf Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 11 Apr 2025 22:20:19 -0400 Subject: [PATCH] Updated icarus_models to v0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79ad9f1..a18b9f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ edition = "2024" [dependencies] taglib = { version = "1.0.0" } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.2.0" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" }