diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
| commit | fbe831d29310e050f156355ece670c5a89f9d269 (patch) | |
| tree | fa90297add21d225b4a5ba9edb77004165f2f3e5 /Cargo.toml | |
| parent | 9bbb5eb14aa54fea87d55c25e5117c6202776359 (diff) | |
chore: bump version to 0.2.1 and switch deps to pathnext
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,9 +17,9 @@ exclude = [ ] [workspace.dependencies] -mingling_core = { version = "0.2.0", default-features = false } -mingling_macros = { version = "0.2.0", default-features = false } -mingling_pathf = { version = "0.2.0", default-features = false } +mingling_core = { path = "mingling_core", default-features = false } +mingling_macros = { path = "mingling_macros", default-features = false } +mingling_pathf = { path = "mingling_pathf", default-features = false } just_fmt = "0.1.2" just_template = "0.2.0" @@ -43,7 +43,7 @@ log = "0.4.33" env_logger = "0.11.11" [workspace.package] -version = "0.2.0" +version = "0.2.1" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/mingling-rs/mingling" |
