aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-19 14:08:14 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-19 14:08:14 +0800
commit1fa150cc603f53b48413aff18dcae6a051277b93 (patch)
treea37ff021bc67d1dbb61de87e4f010020b480c8c4 /mingling_core
parent10c9ab8cdb48b8cd527e3103084e418c958977ff (diff)
Bump version to 0.1.6
- mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
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 43c61b6..1a95626 100644
--- a/mingling_core/Cargo.lock
+++ b/mingling_core/Cargo.lock
@@ -186,7 +186,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "mingling_core"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"env_logger",
"just_fmt",
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml
index 62dd3c8..7567846 100644
--- a/mingling_core/Cargo.toml
+++ b/mingling_core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling_core"
-version = "0.1.4"
+version = "0.1.5"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "Core of the mingling library"