aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-20 16:14:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-20 16:15:15 +0800
commitc705d0178bc8f69c97bfc13464d853434af13431 (patch)
tree642273369cb55da6fed6f9492c73fe4bf661ddd8
parent53c65ff60f87ab799772c95442fa0a27c45551e4 (diff)
Update core and macros dependencies to version 0.1.60.1.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--examples/example-basic/Cargo.lock8
-rw-r--r--examples/example-completion/Cargo.lock8
-rw-r--r--examples/example-general-renderer/Cargo.lock8
-rw-r--r--examples/example-picker/Cargo.lock8
-rw-r--r--mingling/Cargo.lock8
-rw-r--r--mingling/Cargo.toml4
-rw-r--r--mingling_cli/Cargo.lock8
-rw-r--r--mingling_core/Cargo.lock2
-rw-r--r--mingling_core/Cargo.toml2
-rw-r--r--mingling_macros/Cargo.lock2
-rw-r--r--mingling_macros/Cargo.toml2
12 files changed, 46 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ce4adc..1cc9b11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
`Mingling` 0.1.6 primarily focuses on optimizing the writing experience and code completion.
+> [!warning]
+>
+> To align with the `mingling` version, `mingling_core` and `mingling_macros` will skip version `0.1.5` and be released directly as `0.1.6`.
+
#### Fixes:
1. **\[core\]** Fixed an issue where the `Powershell` completion script could not be used.
diff --git a/examples/example-basic/Cargo.lock b/examples/example-basic/Cargo.lock
index 511d9a7..0ced671 100644
--- a/examples/example-basic/Cargo.lock
+++ b/examples/example-basic/Cargo.lock
@@ -25,7 +25,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"once_cell",
@@ -34,7 +36,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/examples/example-completion/Cargo.lock b/examples/example-completion/Cargo.lock
index a7ab409..0b130ae 100644
--- a/examples/example-completion/Cargo.lock
+++ b/examples/example-completion/Cargo.lock
@@ -35,7 +35,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"just_template",
@@ -45,7 +47,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/examples/example-general-renderer/Cargo.lock b/examples/example-general-renderer/Cargo.lock
index 3f85963..365cfa8 100644
--- a/examples/example-general-renderer/Cargo.lock
+++ b/examples/example-general-renderer/Cargo.lock
@@ -71,7 +71,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"once_cell",
@@ -85,7 +87,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/examples/example-picker/Cargo.lock b/examples/example-picker/Cargo.lock
index dfd14cd..62daefd 100644
--- a/examples/example-picker/Cargo.lock
+++ b/examples/example-picker/Cargo.lock
@@ -27,7 +27,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"once_cell",
@@ -36,7 +38,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 6de2c34..c4b7e49 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -235,7 +235,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"env_logger",
"just_fmt",
@@ -252,7 +254,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml
index 4c3b71b..74e7fbd 100644
--- a/mingling/Cargo.toml
+++ b/mingling/Cargo.toml
@@ -30,7 +30,7 @@ comp = ["mingling_core/comp", "mingling_macros/comp"]
parser = ["dep:size"]
[dependencies]
-mingling_core = { path = "../mingling_core", default-features = false }
-mingling_macros = { path = "../mingling_macros", default-features = false }
+mingling_core = { version = "0.1.6", default-features = false }
+mingling_macros = { version = "0.1.6", default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }
size = { version = "0.5", optional = true }
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock
index 875c54c..6d9d29f 100644
--- a/mingling_cli/Cargo.lock
+++ b/mingling_cli/Cargo.lock
@@ -80,7 +80,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"just_template",
@@ -90,7 +92,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mingling_core/Cargo.lock b/mingling_core/Cargo.lock
index 1a95626..b380a89 100644
--- a/mingling_core/Cargo.lock
+++ b/mingling_core/Cargo.lock
@@ -186,7 +186,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"env_logger",
"just_fmt",
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index d4b26b8..0dd191f 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
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 75417d9..106d8aa 100644
--- a/mingling_macros/Cargo.lock
+++ b/mingling_macros/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e"
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml
index 019d700..f4145e4 100644
--- a/mingling_macros/Cargo.toml
+++ b/mingling_macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/catilgrass/mingling"