From d80c341934bc7fafa17b52dbba828cb5376b5536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AB=E5=B0=BA?= Date: Fri, 10 May 2024 12:12:09 +0800 Subject: [PATCH] Bump version to 1.0.7 in Cargo files Update the package version from 1.0.6 to 1.0.7 in both Cargo.toml and Cargo.lock files, maintaining consistency across the project. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1255659..f41c84a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" [[package]] name = "untools" -version = "1.0.6" +version = "1.0.7" dependencies = [ "console", ] diff --git a/Cargo.toml b/Cargo.toml index 40cbcbb..a068bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "untools" -version = "1.0.6" +version = "1.0.7" edition = "2021" authors = ["Code0408"] description = "A simple and user-friendly underscore variable naming tool."