From 1fa150cc603f53b48413aff18dcae6a051277b93 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 19 Apr 2026 14:08:14 +0800 Subject: Bump version to 0.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5 --- mingling_core/Cargo.lock | 2 +- mingling_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mingling_core') 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" -- cgit