diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-07 13:18:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-07 13:18:23 +0800 |
| commit | 89571fa6ef2ffb5e044d714627460a46e7f76ca2 (patch) | |
| tree | 030aca1b7a8dac1daf4fcc02394fc3331874eef2 /mling/Cargo.toml | |
| parent | 44d7c652eb1230ea0fd44d5b641fbb3c2a53fae3 (diff) | |
Update mingling from 0.1.7 to 0.1.8
Diffstat (limited to 'mling/Cargo.toml')
| -rw-r--r-- | mling/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mling/Cargo.toml b/mling/Cargo.toml index 506e023..bbee212 100644 --- a/mling/Cargo.toml +++ b/mling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling-cli" -version = "0.1.7" +version = "0.1.8" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/catilgrass/mingling" @@ -23,7 +23,7 @@ strip = true [dependencies] -mingling = { version = "0.1.7", features = [ +mingling = { path = "../mingling", features = [ "parser", "comp", "general_renderer", @@ -38,4 +38,4 @@ just_fmt = "0.1.2" toml = "0.9.8" [build-dependencies] -mingling = { version = "0.1.7", features = ["comp"] } +mingling = { path = "../mingling", features = ["comp"] } |
