diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:16:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:17:34 +0800 |
| commit | 47b39f446a7f744c37e52975d3f65345b01fff07 (patch) | |
| tree | f2e3b5ace81b006fa692e55f36b958ebf31eddbf /mingling/Cargo.toml | |
| parent | 37a547ecc83ea548ebab35cae99210bb01a52442 (diff) | |
Switch to published crates and update README for v0.1.70.1.7
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 61a6c2b..61fca91 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -36,7 +36,7 @@ comp = ["mingling_core/comp", "mingling_macros/comp"] 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.7", default-features = false } +mingling_macros = { version = "0.1.7", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } |
