Compare commits

...

2 Commits

Author SHA1 Message Date
程广 79b05f91a8 chore(version): 更新 log4rc 版本至 0.1.1 并修正文档链接 2025-09-30 17:33:36 +08:00
程广 ca869ecc13 change name 2025-09-30 17:29:26 +08:00
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -111,8 +111,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "log4r"
version = "0.1.0"
name = "log4rc"
version = "0.1.1"
dependencies = [
"chrono",
]

View File

@ -1,13 +1,13 @@
[package]
name = "log4r"
version = "0.1.0"
name = "log4rc"
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"