diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-18 12:22:43 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-18 12:43:47 +0800 |
| commit | 20cfb778f1e68d46f1473b2f6d9ca0396075e2c3 (patch) | |
| tree | 8ea1cd02b50ac32e152e39c27118f099aa5f5abf /mingling | |
| parent | 7bd2dea88c34957122aa640de42f6bba88f5734e (diff) | |
Switch mingling_core and mingling_macros to use published crate versions0.1.8
Diffstat (limited to 'mingling')
| -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 da85eaf..6322e79 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 = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.8", default-features = false } +mingling_macros = { version = "0.1.8", default-features = false } serde = { workspace = true, optional = true } size = { version = "0.5", optional = true } |
