From 5ba0031f7d7383cf04c7261f1f9b3dede2ecf053 Mon Sep 17 00:00:00 2001 From: PSeitz-dd Date: Thu, 11 Dec 2025 11:23:50 +0100 Subject: [PATCH] move rand_distr to dev_dep (#2772) --- stacker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index c78c23051..38b293dff 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -11,7 +11,6 @@ description = "term hashmap used for indexing" murmurhash32 = "0.3" common = { version = "0.10", path = "../common/", package = "tantivy-common" } ahash = { version = "0.8.11", default-features = false, optional = true } -rand_distr = "0.4.3" [[bench]] @@ -29,6 +28,7 @@ zipf = "7.0.0" rustc-hash = "2.1.0" proptest = "1.2.0" binggan = { version = "0.14.0" } +rand_distr = "0.4.3" [features] compare_hash_only = ["ahash"] # Compare hash only, not the key in the Hashmap