diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-06 16:05:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-06 16:06:11 +0800 |
| commit | bd9d4006b6e97f26dfb732899a4c4d839558917c (patch) | |
| tree | 8177d5b9d73bcd0b954ef465c6a9e757e72c93ec /mingling/Cargo.toml | |
| parent | 2fe5dbd9a3e71da6cf8d3ef500a54411e23a8514 (diff) | |
Update mingling_core and mingling_macros to version 0.1.3
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 30a004b..493b8d0 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -27,7 +27,7 @@ general_renderer = [ 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.3", default-features = false } +mingling_macros = { version = "0.1.3", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } |
