Skip to content

Commit 85edd72

Browse files
committed
Fixup crate dependencies.
1 parent dc10d42 commit 85edd72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/geo_filters/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414

1515
[features]
1616
default = []
17-
test-support = []
17+
test-support = ["dep:rand", "dep:rand_chacha"]
1818
serde = ["dep:serde"]
1919
evaluation = [
2020
"dep:clap",
@@ -34,6 +34,7 @@ rand = { version = "0.9", optional = true }
3434
rayon = { version = "1.7", optional = true }
3535
regex = { version = "1", optional = true }
3636
serde = { version = "1.0", default-features = false, optional = true }
37+
rand_chacha = { version = "0.9", optional = true }
3738

3839
[dev-dependencies]
3940
criterion = "0.6"

0 commit comments

Comments
 (0)