summaryrefslogtreecommitdiff
path: root/mingling/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-06 16:05:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-06 16:06:11 +0800
commitbd9d4006b6e97f26dfb732899a4c4d839558917c (patch)
tree8177d5b9d73bcd0b954ef465c6a9e757e72c93ec /mingling/Cargo.lock
parent2fe5dbd9a3e71da6cf8d3ef500a54411e23a8514 (diff)
Update mingling_core and mingling_macros to version 0.1.3
Diffstat (limited to 'mingling/Cargo.lock')
-rw-r--r--mingling/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 582c464..e942d5f 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -103,6 +103,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0b764c83f1577a83cad7fea3dec1155da2f6e603332e9b80aac71d2ad3da974a"
dependencies = [
"just_fmt",
"ron",
@@ -117,6 +119,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0a057b9d00ed35217f5d6ebf3cfe42e0061526cfecaf206f3e4a4f1567916e9c"
dependencies = [
"just_fmt",
"once_cell",