diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-31 09:10:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-31 09:10:54 +0800 |
| commit | 461f440d63acd5d8988f035fbe37624af25cf1ef (patch) | |
| tree | 04369cbfaacd4673a329799dfc07c838de1beeac /mingling | |
| parent | 4888425cc5eeafe7e024adbbd9ca22604859f975 (diff) | |
Use published mingling_core and mingling_macros crates0.1.2
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 3f5d9dc..8a56278 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -21,7 +21,7 @@ general_renderer = ["mingling_core/general_renderer", "dep:serde", "mingling_mac parser = ["dep:size"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.1", default-features = false } +mingling_macros = { version = "0.1.1", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } |
