Skip to content

Commit

Permalink
remove tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Sep 25, 2021
1 parent b0710cb commit 364b9e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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.3.30"
version = "1.3.31"
description = "Rust async log High-performance asynchronous logging"
readme = "Readme.md"
authors = ["ce <[email protected]>"]
Expand All @@ -30,8 +30,6 @@ crossbeam-utils = "0.8"
crossbeam = "0.8"
parking_lot = "0.11"

tokio = "1.12"

zip = { version = "0.5", optional = true }
lz4 = { version = "1.23", optional = true }
flate2 = { version = "1.0", optional = true}

0 comments on commit 364b9e5

Please sign in to comment.