diff --git a/example/Cargo.toml b/example/Cargo.toml index be240e7..1af3df9 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -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"] } \ No newline at end of file