meilisearch-lib was missing a feature in its cargo.toml

This commit is contained in:
Tamo 2022-06-22 16:44:16 +02:00
parent ba839a909f
commit 13f258513f
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -11,7 +11,7 @@ anyhow = { version = "1.0.56", features = ["backtrace"] }
async-stream = "0.3.3"
async-trait = "0.1.52"
atomic_refcell = "0.1.8"
byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
byte-unit = { version = "4.0.14", default-features = false, features = ["std", "serde"] }
bytes = "1.1.0"
clap = { version = "3.1.6", features = ["derive", "env"] }
crossbeam-channel = "0.5.2"