aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl-basic
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-30 22:47:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-30 22:47:07 +0800
commitfbe831d29310e050f156355ece670c5a89f9d269 (patch)
treefa90297add21d225b4a5ba9edb77004165f2f3e5 /examples/example-repl-basic
parent9bbb5eb14aa54fea87d55c25e5117c6202776359 (diff)
chore: bump version to 0.2.1 and switch deps to pathnext
Diffstat (limited to 'examples/example-repl-basic')
-rw-r--r--examples/example-repl-basic/Cargo.lock10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/example-repl-basic/Cargo.lock b/examples/example-repl-basic/Cargo.lock
index 055f86d..0a51a1d 100644
--- a/examples/example-repl-basic/Cargo.lock
+++ b/examples/example-repl-basic/Cargo.lock
@@ -18,7 +18,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "mingling"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"mingling_core",
"mingling_macros",
@@ -27,18 +27,14 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8574549fae598e8056016c1760d85bdb962a60228d31b3a00bcdd37a40eabfde"
+version = "0.2.1"
dependencies = [
"just_fmt",
]
[[package]]
name = "mingling_macros"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "083f1190c65174044c59814ccd12dcb4620085c325fcfa4f3b364943ec2cbe07"
+version = "0.2.1"
dependencies = [
"just_fmt",
"proc-macro2",