From 79b05f91a83b0869d3e2065587cdb758938d4742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=B9=BF?= Date: Tue, 30 Sep 2025 17:33:36 +0800 Subject: [PATCH] =?UTF-8?q?chore(version):=20=E6=9B=B4=E6=96=B0=20log4rc?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E8=87=B3=200.1.1=20=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60a2e12..4835576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "log4rc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index 424845f..ee8f667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "log4rc" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["log4r contributors"] description = "A log4j-like logging framework for Rust" license = "MIT" repository = "https://git.kingecg.top/kingecg/log4r.git" homepage = "https://git.kingecg.top/kingecg/log4r.git" -documentation = "https://docs.rs/log4r" +documentation = "https://docs.rs/log4rc" keywords = ["logging", "log4j", "log"] categories = ["development-tools::debugging"] readme = "README.md"