Mark rand as required for benchmark
This commit is contained in:
parent
c5a44ec66f
commit
209b476301
|
@ -103,6 +103,7 @@ required-features = ["compare"]
|
||||||
name = "nalgebra_bench"
|
name = "nalgebra_bench"
|
||||||
harness = false
|
harness = false
|
||||||
path = "benches/lib.rs"
|
path = "benches/lib.rs"
|
||||||
|
required-features = ["rand"]
|
||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
Loading…
Reference in New Issue