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 | |
| parent | 44d7c652eb1230ea0fd44d5b641fbb3c2a53fae3 (diff) | |
Update mingling from 0.1.7 to 0.1.8
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/_zh_CN/pages/1-creating-your-first-program.md | 2 | ||||
| -rw-r--r-- | docs/pages/1-creating-your-first-program.md | 2 | ||||
| -rw-r--r-- | docs/res/guide.txt | 2 | ||||
| -rw-r--r-- | examples/example-async/Cargo.lock | 10 | ||||
| -rw-r--r-- | examples/example-basic/Cargo.lock | 10 | ||||
| -rw-r--r-- | examples/example-completion/Cargo.lock | 10 | ||||
| -rw-r--r-- | examples/example-general-renderer/Cargo.lock | 10 | ||||
| -rw-r--r-- | examples/example-picker/Cargo.lock | 10 | ||||
| -rw-r--r-- | mingling/Cargo.lock | 10 | ||||
| -rw-r--r-- | mingling/Cargo.toml | 6 | ||||
| -rw-r--r-- | mingling/README.md | 2 | ||||
| -rw-r--r-- | mingling_core/Cargo.lock | 2 | ||||
| -rw-r--r-- | mingling_core/Cargo.toml | 2 | ||||
| -rw-r--r-- | mingling_macros/Cargo.lock | 2 | ||||
| -rw-r--r-- | mingling_macros/Cargo.toml | 2 | ||||
| -rw-r--r-- | mling/Cargo.lock | 14 | ||||
| -rw-r--r-- | mling/Cargo.toml | 6 | ||||
| -rw-r--r-- | mling/res/version.txt | 2 |
19 files changed, 38 insertions, 68 deletions
@@ -54,7 +54,7 @@ ```toml # From crates.io -mingling = "0.1.7" +mingling = "0.1.8" # From GitHub mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/docs/_zh_CN/pages/1-creating-your-first-program.md b/docs/_zh_CN/pages/1-creating-your-first-program.md index d1ff0ae..ae0fef5 100644 --- a/docs/_zh_CN/pages/1-creating-your-first-program.md +++ b/docs/_zh_CN/pages/1-creating-your-first-program.md @@ -25,7 +25,7 @@ ```toml [dependencies] -mingling = "0.1.7" +mingling = "0.1.8" # 如果您要尝鲜,可以试试 Github 上托管的版本 mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/docs/pages/1-creating-your-first-program.md b/docs/pages/1-creating-your-first-program.md index 1dacb82..40690c7 100644 --- a/docs/pages/1-creating-your-first-program.md +++ b/docs/pages/1-creating-your-first-program.md @@ -25,7 +25,7 @@ ```toml [dependencies] -mingling = "0.1.7" +mingling = "0.1.8" # If you want the latest, try the version hosted on Github mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/docs/res/guide.txt b/docs/res/guide.txt index 8f64d93..cba666e 100644 --- a/docs/res/guide.txt +++ b/docs/res/guide.txt @@ -5,5 +5,5 @@ │ > cargo add mingling │ │ │ │ Or add this to your Cargo.toml │ - │ > mingling = "0.1.7" │ + │ > mingling = "0.1.8" │ └────────────────────────────────────┘ diff --git a/examples/example-async/Cargo.lock b/examples/example-async/Cargo.lock index d9549aa..b8d51ff 100644 --- a/examples/example-async/Cargo.lock +++ b/examples/example-async/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -69,9 +69,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", "once_cell", @@ -80,9 +78,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/examples/example-basic/Cargo.lock b/examples/example-basic/Cargo.lock index 3ed4017..48f5240 100644 --- a/examples/example-basic/Cargo.lock +++ b/examples/example-basic/Cargo.lock @@ -17,7 +17,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -25,9 +25,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", "once_cell", @@ -36,9 +34,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/examples/example-completion/Cargo.lock b/examples/example-completion/Cargo.lock index 004c859..8923a98 100644 --- a/examples/example-completion/Cargo.lock +++ b/examples/example-completion/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -35,9 +35,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", @@ -47,9 +45,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/examples/example-general-renderer/Cargo.lock b/examples/example-general-renderer/Cargo.lock index 3051a7c..6808db5 100644 --- a/examples/example-general-renderer/Cargo.lock +++ b/examples/example-general-renderer/Cargo.lock @@ -61,7 +61,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -71,9 +71,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", "once_cell", @@ -87,9 +85,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/examples/example-picker/Cargo.lock b/examples/example-picker/Cargo.lock index b722ed4..94de2f7 100644 --- a/examples/example-picker/Cargo.lock +++ b/examples/example-picker/Cargo.lock @@ -18,7 +18,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling_core", "mingling_macros", @@ -27,9 +27,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", "once_cell", @@ -38,9 +36,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/mingling/Cargo.lock b/mingling/Cargo.lock index 08911df..879973d 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -223,7 +223,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling" -version = "0.1.7" +version = "0.1.8" dependencies = [ "mingling", "mingling_core", @@ -235,9 +235,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 = [ "env_logger", "just_fmt", @@ -254,9 +252,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/mingling/Cargo.toml b/mingling/Cargo.toml index 61fca91..9c0a9d2 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling" -version = "0.1.7" +version = "0.1.8" edition = "2024" authors = ["Weicao-CatilGrass"] license = "MIT OR Apache-2.0" @@ -36,7 +36,7 @@ comp = ["mingling_core/comp", "mingling_macros/comp"] parser = ["dep:size"] [dependencies] -mingling_core = { version = "0.1.7", default-features = false } -mingling_macros = { version = "0.1.7", default-features = false } +mingling_core = { path = "../mingling_core", default-features = false } +mingling_macros = { path = "../mingling_macros", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } diff --git a/mingling/README.md b/mingling/README.md index 8f658a6..eba9d4c 100644 --- a/mingling/README.md +++ b/mingling/README.md @@ -54,7 +54,7 @@ ```toml # From crates.io -mingling = "0.1.7" +mingling = "0.1.8" # From GitHub mingling = { git = "https://github.com/catilgrass/mingling", branch = "main" } diff --git a/mingling_core/Cargo.lock b/mingling_core/Cargo.lock index d3e9eb4..9c2f9aa 100644 --- a/mingling_core/Cargo.lock +++ b/mingling_core/Cargo.lock @@ -186,7 +186,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling_core" -version = "0.1.7" +version = "0.1.8" dependencies = [ "env_logger", "just_fmt", diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 8d9c6ef..2ef4f79 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling_core" -version = "0.1.7" +version = "0.1.8" edition = "2024" license = "MIT OR Apache-2.0" description = "Core of the mingling library" diff --git a/mingling_macros/Cargo.lock b/mingling_macros/Cargo.lock index b4f702a..8986287 100644 --- a/mingling_macros/Cargo.lock +++ b/mingling_macros/Cargo.lock @@ -10,7 +10,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling_macros" -version = "0.1.7" +version = "0.1.8" dependencies = [ "just_fmt", "once_cell", diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index baa324f..11d1401 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling_macros" -version = "0.1.7" +version = "0.1.8" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/catilgrass/mingling" 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: │ |
