From 73d0f0185f94a8733dfb5eb538298447ab8977b3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 01:26:21 +0800 Subject: chore: switch workspace dependencies from path to versioned 0.2.2 --- Cargo.lock | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f17cf93..355bbc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,8 +404,8 @@ name = "mingling" version = "0.2.2" dependencies = [ "mingling", - "mingling_core", - "mingling_macros", + "mingling_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "mingling_macros 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "size", "tokio", @@ -433,7 +433,25 @@ dependencies = [ "just_fmt", "just_template", "log", - "mingling_pathf", + "mingling_pathf 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ron", + "serde", + "serde_json", + "serde_yaml", + "toml", +] + +[[package]] +name = "mingling_core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea" +dependencies = [ + "env_logger", + "just_fmt", + "just_template", + "log", + "mingling_pathf 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "ron", "serde", "serde_json", @@ -451,9 +469,32 @@ dependencies = [ "syn", ] +[[package]] +name = "mingling_macros" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367" +dependencies = [ + "just_fmt", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "mingling_pathf" +version = "0.2.2" +dependencies = [ + "just_fmt", + "proc-macro2", + "syn", +] + [[package]] name = "mingling_pathf" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "134fb0a329f4cc605298eb47683cd2e9eaa184bf651215cbc72d411e9533a4be" dependencies = [ "just_fmt", "proc-macro2", -- cgit