diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ exclude = [ "examples/*", # Dev Tools - "dev_tools", + ".run", # Tests "mingling_core/tests/*", @@ -17,9 +17,9 @@ exclude = [ ] [workspace.dependencies] -mingling_core = { version = "0.2.1", default-features = false } -mingling_macros = { version = "0.2.1", default-features = false } -mingling_pathf = { version = "0.2.1", default-features = false } +mingling_core = { version = "0.2.2", default-features = false } +mingling_macros = { version = "0.2.2", default-features = false } +mingling_pathf = { version = "0.2.2", 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.1" +version = "0.2.2" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/mingling-rs/mingling" |
