summaryrefslogtreecommitdiff
path: root/mingling/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-31 11:43:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-31 11:43:07 +0800
commita1503fef9947732994d4fb866b90b665c846b547 (patch)
tree1542c91bad27df973993a862dcf49ee472e976f9 /mingling/Cargo.lock
parent5a56cfd5e5ee7cde191b4c4fb24c6d11638f75fa (diff)
Update mingling_core to version 0.1.2 and use local dependencies
- Replace registry dependencies with local path dependencies - Bump mingling_core version from 0.1.1 to 0.1.2 - Add safety comments for unsafe downcast operations
Diffstat (limited to 'mingling/Cargo.lock')
-rw-r--r--mingling/Cargo.lock6
1 files changed, 1 insertions, 5 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 01c0292..df4d336 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -27,9 +27,7 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e335faaa96891c3fd13fa497ac1537902367da74933e43ecb39fe8db6060464"
+version = "0.1.2"
dependencies = [
"just_fmt",
"serde",
@@ -40,8 +38,6 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f1f57fd20f1072939938b779684534d566d2d81104a43a32bf06a377e72bee9"
dependencies = [
"just_fmt",
"once_cell",