From 727ba2473beb98f071196a15ce74a811ba4f4c72 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 29 May 2026 21:50:11 +0800 Subject: Update CHANGELOG and switch to published crate versions --- examples/example-help/Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/example-help') diff --git a/examples/example-help/Cargo.lock b/examples/example-help/Cargo.lock index 5e16d19..8b5f2d0 100644 --- a/examples/example-help/Cargo.lock +++ b/examples/example-help/Cargo.lock @@ -26,6 +26,8 @@ dependencies = [ [[package]] name = "mingling_core" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99628c909d5f1824771e378399024e3c8f8f880a1e1e6b34ac03df67ed15d9c2" dependencies = [ "just_fmt", ] @@ -33,6 +35,8 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01c878eabe0a08c7c394e868591cbcdbdb75460cb2f8f0dab7645583b9604340" dependencies = [ "just_fmt", "proc-macro2", -- cgit