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
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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
]
|
||||
|
@@ -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" }
|
||||
|
Reference in New Issue
Block a user