mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
14 lines
396 B
Diff
14 lines
396 B
Diff
diff --git a/meilisearch-http/Cargo.toml b/meilisearch-http/Cargo.toml
|
|
index de418cd4..ecc78d6f 100644
|
|
--- a/meilisearch-http/Cargo.toml
|
|
+++ b/meilisearch-http/Cargo.toml
|
|
@@ -92,7 +92,7 @@ mini-dashboard = [
|
|
"zip",
|
|
]
|
|
analytics = ["whoami", "reqwest"]
|
|
-default = ["analytics", "mini-dashboard"]
|
|
+default = []
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
tikv-jemallocator = "0.4.1"
|