mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-27 20:42:54 +00:00
move rand_distr to dev_dep (#2772)
This commit is contained in:
@@ -11,7 +11,6 @@ description = "term hashmap used for indexing"
|
|||||||
murmurhash32 = "0.3"
|
murmurhash32 = "0.3"
|
||||||
common = { version = "0.10", path = "../common/", package = "tantivy-common" }
|
common = { version = "0.10", path = "../common/", package = "tantivy-common" }
|
||||||
ahash = { version = "0.8.11", default-features = false, optional = true }
|
ahash = { version = "0.8.11", default-features = false, optional = true }
|
||||||
rand_distr = "0.4.3"
|
|
||||||
|
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
@@ -29,6 +28,7 @@ zipf = "7.0.0"
|
|||||||
rustc-hash = "2.1.0"
|
rustc-hash = "2.1.0"
|
||||||
proptest = "1.2.0"
|
proptest = "1.2.0"
|
||||||
binggan = { version = "0.14.0" }
|
binggan = { version = "0.14.0" }
|
||||||
|
rand_distr = "0.4.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
compare_hash_only = ["ahash"] # Compare hash only, not the key in the Hashmap
|
compare_hash_only = ["ahash"] # Compare hash only, not the key in the Hashmap
|
||||||
|
|||||||
Reference in New Issue
Block a user