Mark rand as required for benchmark

This commit is contained in:
Vinzent Steinberg 2021-04-12 02:41:31 -03:00
parent c5a44ec66f
commit 209b476301
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ required-features = ["compare"]
name = "nalgebra_bench"
harness = false
path = "benches/lib.rs"
required-features = ["rand"]
[profile.bench]
lto = true