aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-21 22:17:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-21 22:17:28 +0800
commit4269a40a3a1614b9d477e8c44a278e96ead6ad4b (patch)
tree8a60db78a7bfdc2936eec0b04e1ddda1a65e721a /mingling_core
parent73e75e92e8354b84847f4ed50140edb86ff671e0 (diff)
Bump mingling version to 0.1.7 and use local dependencies
Diffstat (limited to 'mingling_core')
-rw-r--r--mingling_core/Cargo.lock2
-rw-r--r--mingling_core/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/Cargo.lock b/mingling_core/Cargo.lock
index b380a89..4b57814 100644
--- a/mingling_core/Cargo.lock
+++ b/mingling_core/Cargo.lock
@@ -186,7 +186,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "mingling_core"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"env_logger",
"just_fmt",
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 0dd191f..61bee49 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling_core"
-version = "0.1.6"
+version = "0.1.7"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Core of the mingling library"