diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-01 20:34:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-01 20:34:45 +0800 |
| commit | 7dbd10190e91cf57c24d95c9084517567ab556e6 (patch) | |
| tree | 990000287fd285d4f6c8f143819e253cfe07b09d /mingling/Cargo.toml | |
| parent | dddbd59ae526f5d2c86446c20095bd4fba6f6b94 (diff) | |
Update mingling_core and mingling_macros to version 0.1.20.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 8f0e439..10bf41d 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -25,7 +25,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.2", default-features = false } +mingling_macros = { version = "0.1.2", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } |
