aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-07 13:18:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-07 13:18:23 +0800
commit89571fa6ef2ffb5e044d714627460a46e7f76ca2 (patch)
tree030aca1b7a8dac1daf4fcc02394fc3331874eef2 /mingling/Cargo.toml
parent44d7c652eb1230ea0fd44d5b641fbb3c2a53fae3 (diff)
Update mingling from 0.1.7 to 0.1.8
Diffstat (limited to 'mingling/Cargo.toml')
-rw-r--r--mingling/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 61fca91..9c0a9d2 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling"
-version = "0.1.7"
+version = "0.1.8"
edition = "2024"
authors = ["Weicao-CatilGrass"]
license = "MIT OR Apache-2.0"
@@ -36,7 +36,7 @@ comp = ["mingling_core/comp", "mingling_macros/comp"]
parser = ["dep:size"]
[dependencies]
-mingling_core = { version = "0.1.7", default-features = false }
-mingling_macros = { version = "0.1.7", default-features = false }
+mingling_core = { path = "../mingling_core", default-features = false }
+mingling_macros = { path = "../mingling_macros", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }