diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-31 09:12:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-31 09:12:43 +0800 |
| commit | 10cf3bc067c095dfe315b060e6d8262eb017348a (patch) | |
| tree | 8bdf4633febc3f77be2971f791f44bf3a2a48387 /mingling | |
| parent | 461f440d63acd5d8988f035fbe37624af25cf1ef (diff) | |
Update Cargo.lock for mingling_core and mingling_macros
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index 37f48f3..01c0292 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -28,6 +28,8 @@ dependencies = [ [[package]] name = "mingling_core" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e335faaa96891c3fd13fa497ac1537902367da74933e43ecb39fe8db6060464" dependencies = [ "just_fmt", "serde", @@ -38,6 +40,8 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f1f57fd20f1072939938b779684534d566d2d81104a43a32bf06a377e72bee9" dependencies = [ "just_fmt", "once_cell", |
