From ca8990394e9ac2a7d0fdd5b6c0a5587182efe4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 22 Jan 2024 14:38:19 +0100 Subject: [PATCH] Remove the stats_alloc from the default features --- meilisearch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index 39e120bfb..8ed35d542 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -137,7 +137,7 @@ vergen = { version = "7.5.1", default-features = false, features = ["git"] } zip = { version = "0.6.6", optional = true } [features] -default = ["stats_alloc", "analytics", "meilisearch-types/all-tokenizations", "mini-dashboard"] +default = ["analytics", "meilisearch-types/all-tokenizations", "mini-dashboard"] analytics = ["segment"] mini-dashboard = [ "actix-web-static-files",