From fd32d6ea5c51798228ad266a9bd3e90a6f44e05b Mon Sep 17 00:00:00 2001 From: zxj Date: Sat, 14 Sep 2024 11:01:19 +0800 Subject: [PATCH] clear deadcode --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 957e6a1..827d611 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "fast_log" -version = "1.7.3" +version = "1.7.4" description = "Rust async log High-performance asynchronous logging" readme = "Readme.md" authors = ["ce "] @@ -27,7 +27,6 @@ log = { version = "0.4", features = ["std"] } crossbeam-utils = "0.8" crossbeam = "0.8" crossbeam-channel = "0.5" -once_cell = "1.9" dark-std = "0.2" parking_lot = "0.12" zip = { version = "0.6", optional = true }