From 8af9ec79975efc2b17e7152b770c40f5b76ffd96 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 25 Jun 2025 17:05:17 -0400 Subject: [PATCH] Updated icarus_meta --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dbf625..278f36f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,10 +510,9 @@ dependencies = [ [[package]] name = "icarus_meta" -version = "0.1.30" -source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.1.30#2a798dea9c47daa7846bb6eeffb5f2dbe064960b" +version = "0.2.0" +source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.2.0#e11ec6ffd0273949309e76f724df02ea0823b44e" dependencies = [ - "icarus_models", "lofty", ] diff --git a/Cargo.toml b/Cargo.toml index 2f709ad..d94788d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ serde_json = { version = "1.0.139" } time = { version = "0.3.41", features = ["macros", "serde"] } uuid = { version = "1.16.0", features = ["v4", "serde"] } rand = { version = "0.9" } -icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.1.30" } +icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.2.0" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.3" } icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.2.2-devel-84ea6e4c22-006" }