diff --git a/Cargo.toml b/Cargo.toml index 8a227a5..564dd70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ rand_core = "0.6" [[bench]] harness = false name = "blitzar_benchmarks" +required-features = ["rand_core"] [features] arkworks = ["dep:ark-ff"]