From d6958dc41eae879b049ffb18e60056c4800a0e6d Mon Sep 17 00:00:00 2001 From: SidneyZhang Date: Fri, 21 Aug 2026 14:07:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=200.7.0=20=E5=B9=B6=E5=90=AF=E7=94=A8=20regex=20unico?= =?UTF-8?q?de-perl=20=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e711f7..c67130d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicommit" -version = "0.6.1" +version = "0.7.0" edition = "2024" authors = ["Sidney Zhang "] description = "A powerful Git assistant tool with AI-powered commit/tag/changelog generation" @@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } # Utilities chrono = { version = "0.4", features = ["serde"] } -regex = { version = "1.10", default-features = false, features = ["std", "perf"] } +regex = { version = "1.10", default-features = false, features = ["std", "perf", "unicode-perl"] } roxmltree = "0.20" colored = "2.1" semver = "1.0"