aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async/Cargo.lock
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-05-18 12:22:43 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-05-18 12:43:47 +0800
commit20cfb778f1e68d46f1473b2f6d9ca0396075e2c3 (patch)
tree8ea1cd02b50ac32e152e39c27118f099aa5f5abf /examples/example-async/Cargo.lock
parent7bd2dea88c34957122aa640de42f6bba88f5734e (diff)
Switch mingling_core and mingling_macros to use published crate versions0.1.8
Diffstat (limited to 'examples/example-async/Cargo.lock')
-rw-r--r--examples/example-async/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-async/Cargo.lock b/examples/example-async/Cargo.lock
index d1c2abb..8bc78ba 100644
--- a/examples/example-async/Cargo.lock
+++ b/examples/example-async/Cargo.lock
@@ -70,6 +70,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.1.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0df6a42e46dade5788072687c887e15a980d1d16ab5dc2a98c65d47cf6a82993"
dependencies = [
"just_fmt",
"once_cell",
@@ -78,6 +80,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.1.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ae2140e7f48e6e73ebaa3bea51eeb89e6caf52d6d48c47b1337a00fa1912ea07"
dependencies = [
"just_fmt",
"once_cell",