diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-18 15:42:46 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-18 15:42:46 +0800 |
| commit | 332c1025aaf5baec445331e2f0c4db05d1539a8f (patch) | |
| tree | 56101071b9634caa6fb82a7bfac9fbc964185ab6 /mingling/Cargo.toml | |
| parent | 491b034d02856dc64fb9e632e0d3e566a517247c (diff) | |
Bump version to 0.1.9
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 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 } |
