summaryrefslogtreecommitdiff
path: root/mingling/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-07 08:55:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-07 08:55:58 +0800
commit7b25db6cb2f2df2c45589e842f153de457191a64 (patch)
tree31102d8d65e9cf7920a59d2cdcf5578193e5a52e /mingling/Cargo.toml
parentc4c4b86e0b42e2749b651979b39971a8ea887fb4 (diff)
Bump version to 0.1.5 and use local dependencies
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 493b8d0..3d19be4 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling"
-version = "0.1.4"
+version = "0.1.5"
edition = "2024"
authors = ["Weicao-CatilGrass"]
license = "MIT OR Apache-2.0"
@@ -27,7 +27,7 @@ general_renderer = [
parser = ["dep:size"]
[dependencies]
-mingling_core = { version = "0.1.3", default-features = false }
-mingling_macros = { version = "0.1.3", 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 }