aboutsummaryrefslogtreecommitdiff
path: root/mingling
diff options
context:
space:
mode:
Diffstat (limited to 'mingling')
-rw-r--r--mingling/Cargo.toml4
-rw-r--r--mingling/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 6322e79..da85eaf 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -65,7 +65,7 @@ toml_serde_fmt = ["mingling_core/toml_serde_fmt"]
ron_serde_fmt = ["mingling_core/ron_serde_fmt"]
[dependencies]
-mingling_core = { version = "0.1.8", default-features = false }
-mingling_macros = { version = "0.1.8", default-features = false }
+mingling_core = { path = "../mingling_core", default-features = false }
+mingling_macros = { path = "../mingling_macros", default-features = false }
serde = { workspace = true, optional = true }
size = { version = "0.5", optional = true }
diff --git a/mingling/README.md b/mingling/README.md
index 749c597..fca134d 100644
--- a/mingling/README.md
+++ b/mingling/README.md
@@ -62,7 +62,7 @@ Otherwise, add `Mingling` to your `Cargo.toml`:
```toml
# From crates.io
-mingling = "0.1.8"
+mingling = "0.1.9"
# From GitHub
mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" }