aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-31 17:14:49 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-31 17:14:49 +0800
commit95bb12fe6f455692949bbd00ce35f1b46cdd9c4b (patch)
treea6b65e6d70bdc5fb8a0a4c08bd70ccf55200b4ee /examples/example-async-support/Cargo.lock
parent479cb2c1c0a34015a3653647796fa688fa187e9e (diff)
Bump version to 0.2.0
Diffstat (limited to 'examples/example-async-support/Cargo.lock')
-rw-r--r--examples/example-async-support/Cargo.lock10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/example-async-support/Cargo.lock b/examples/example-async-support/Cargo.lock
index 4ad735e..1aac55b 100644
--- a/examples/example-async-support/Cargo.lock
+++ b/examples/example-async-support/Cargo.lock
@@ -18,7 +18,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "mingling"
-version = "0.1.9"
+version = "0.2.0"
dependencies = [
"mingling_core",
"mingling_macros",
@@ -27,18 +27,14 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99628c909d5f1824771e378399024e3c8f8f880a1e1e6b34ac03df67ed15d9c2"
+version = "0.2.0"
dependencies = [
"just_fmt",
]
[[package]]
name = "mingling_macros"
-version = "0.1.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01c878eabe0a08c7c394e868591cbcdbdb75460cb2f8f0dab7645583b9604340"
+version = "0.2.0"
dependencies = [
"just_fmt",
"proc-macro2",