From 13f258513f78e047f975502cb8a8a9abd0422ed5 Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 22 Jun 2022 16:44:16 +0200 Subject: [PATCH] meilisearch-lib was missing a feature in its cargo.toml --- meilisearch-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch-lib/Cargo.toml b/meilisearch-lib/Cargo.toml index 094c79901..be26663b8 100644 --- a/meilisearch-lib/Cargo.toml +++ b/meilisearch-lib/Cargo.toml @@ -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"