diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:59:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:59:29 +0800 |
| commit | 25b44714bf45066ee5a3948259e20425d270b1a0 (patch) | |
| tree | 40a3a01c03a003c46f1ce831efd9475f66a72ec8 | |
| parent | 32b30055ed9647f8f7ba4f3eee92020b79d06e0d (diff) | |
Use published mingling_core dependency instead of local path0.1.1
| -rw-r--r-- | mingling/Cargo.toml | 2 | ||||
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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 } diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index afeed3b..b532ab1 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -13,7 +13,7 @@ macros = ["mingling_macros"] general_renderer = ["dep:serde", "mingling_macros/serde"] [dependencies] -mingling_macros = { version = "0.1.0", optional = true } +mingling_macros = { version = "0.1.1", optional = true } just_fmt = "0.1.2" serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "2" |
