Updated icarus_meta
All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Successful in 42s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 51s
Rust Build / build (pull_request) Successful in 1m19s

This commit is contained in:
2025-06-25 17:49:57 -04:00
parent e164354ff3
commit a1b3c290a3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -510,8 +510,8 @@ dependencies = [
[[package]]
name = "icarus_meta"
version = "0.2.0"
source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.2.0#e11ec6ffd0273949309e76f724df02ea0823b44e"
version = "0.2.1"
source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.2.1-devel-973d163ca5-680#973d163ca54a53b5284a7172843b7a84cea2a3e4"
dependencies = [
"lofty",
]

View File

@@ -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.2.0" }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.2.1-devel-973d163ca5-680" }
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" }