diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 15:00:58 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 15:03:17 +0800 |
| commit | 7cc6e9da38b861692a2e7ff038e87ba9ae2261b9 (patch) | |
| tree | ef4af8db84510cbe5f60fd7580b6b37342d03b29 /mingling/Cargo.lock | |
| parent | 586c206e50bb8e9a1376f65975f1c9916b1cde7e (diff) | |
Replace local mingling_macros dependency with published version0.1.0
Diffstat (limited to 'mingling/Cargo.lock')
| -rw-r--r-- | mingling/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index 2ddc3e3..cf6b520 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -65,6 +65,8 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3790886e4504e486d8c963988e5780212ccc05c5d03a5d27fa2ba67e1dd3f13b" dependencies = [ "just_fmt", "once_cell", |
