Skip to content

Commit

Permalink
clear deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Sep 14, 2024
1 parent f728875 commit fd32d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand All @@ -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 }
Expand Down

0 comments on commit fd32d6e

Please sign in to comment.