diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:59:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 22:01:56 +0800 |
| commit | c9e3676e0e2353dc09471c783a3a263dee0fdcb1 (patch) | |
| tree | 06e8be560a65926a2746ca0f94d3378748508260 /mingling/Cargo.toml | |
| parent | 32b30055ed9647f8f7ba4f3eee92020b79d06e0d (diff) | |
Use published mingling_core dependency instead of local path
Diffstat (limited to 'mingling/Cargo.toml')
| -rw-r--r-- | mingling/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 8c30565..4d13d0b 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -17,4 +17,4 @@ macros = ["mingling_core/macros"] general_renderer = ["mingling_core/general_renderer"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } +mingling_core = { version = "0.1.0", default-features = false } |
