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 | |
| parent | 44d7c652eb1230ea0fd44d5b641fbb3c2a53fae3 (diff) | |
Update mingling from 0.1.7 to 0.1.8
Diffstat (limited to 'mling')
| -rw-r--r-- | mling/Cargo.lock | 14 | ||||
| -rw-r--r-- | mling/Cargo.toml | 6 | ||||
| -rw-r--r-- | mling/res/version.txt | 2 |
3 files changed, 8 insertions, 14 deletions
diff --git a/mling/Cargo.lock b/mling/Cargo.lock index 5904622..fbcd4a7 100644 --- a/mling/Cargo.lock +++ b/mling/Cargo.lock @@ -124,9 +124,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7755900d667c43912a31b1b164061264811c4a93300061a6285920497805749b" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -136,7 +134,7 @@ dependencies = [ [[package]] name = "mingling-cli" -version = "0.1.7" +version = "0.1.8" dependencies = [ "colored", "dirs", @@ -149,9 +147,7 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12e0ee263a48336b5a16598a89c2220524af7a0267227160ebed1364ff0a741" +version = "0.1.8" dependencies = [ "just_fmt", "just_template", @@ -166,9 +162,7 @@ dependencies = [ [[package]] name = "mingling_macros" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7af9a980ada645d77113c0d39877d6a3d3861b271ceb8a1b6bb804177697ad8" +version = "0.1.8" dependencies = [ "just_fmt", "once_cell", 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"] } diff --git a/mling/res/version.txt b/mling/res/version.txt index b1548c8..bc45b95 100644 --- a/mling/res/version.txt +++ b/mling/res/version.txt @@ -7,7 +7,7 @@ ███▒▒█████▒▒███ │ > cargo add mingling │ █████▒ ████ ▒█████ │ ^^^^^^^^ │ ██████▒▒ █▒ ██ ▒█ ▒███████ │ Or add this to your Cargo.toml │ - █████▒▒▒▒█▒ █▒ ██ ▒█ ▒██▒▒▒▒█████ │ > mingling = "0.1.7" │ + █████▒▒▒▒█▒ █▒ ██ ▒█ ▒██▒▒▒▒█████ │ > mingling = "0.1.8" │ ▒▒▒▒▒ ██ ██ ▒██ ▒▒▒▒▒ └────────────────────────────────────┘ ▒▒███████████████ ┌────────────────────────────────────┐ ▒▒▒███▒▒▒▒▒▒▒▒ │ INSTALL TOOLS: │ |
