summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-04 17:52:19 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-04 17:52:19 +0800
commitf0475c2207181c13dabcd4e78a163cde70573ade (patch)
treec659e766f038e8a609d174c4eba85be12791cdd7 /mingling/Cargo.toml
parent15028700581ee15d60e0fdbc28aa8ace539ad293 (diff)
Add vector pickers
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 10bf41d..68f37f9 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling"
-version = "0.1.3"
+version = "0.1.4"
edition = "2024"
authors = ["Weicao-CatilGrass"]
license = "MIT OR Apache-2.0"
@@ -25,7 +25,7 @@ general_renderer = [
parser = ["dep:size"]
[dependencies]
-mingling_core = { version = "0.1.2", default-features = false }
-mingling_macros = { version = "0.1.2", 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 }