Skip to content

Commit

Permalink
clear dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Aug 7, 2024
1 parent 8a46579 commit f728875
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ crossbeam-utils = "0.8"
crossbeam = "0.8"
fastdate = "0.3"
# features=["lz4"] or add features=["zip","lz4"] if you need lz4 packer
fast_log = { path = "../", features = ["lz4","zip","gzip"]}
tokio = {version="1",features = ["rt-multi-thread","macros"]}
meilisearch-sdk = "0.15.0"
fast_log = { path = "../", features = ["lz4", "zip", "gzip"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
serde = { version = "1.0", features = ["derive"] }

0 comments on commit f728875

Please sign in to comment.