summaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index afeed3b..b532ab1 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -13,7 +13,7 @@ macros = ["mingling_macros"]
general_renderer = ["dep:serde", "mingling_macros/serde"]
[dependencies]
-mingling_macros = { version = "0.1.0", optional = true }
+mingling_macros = { version = "0.1.1", optional = true }
just_fmt = "0.1.2"
serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "2"