From 33cbbfbe687773d500f093973864cbd11c1eb27c 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 5b9512c90..8a9bba77d 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",