crypto: Add missing required-features to crypto_bench
parent
b6c7b317bf
commit
e18f248dbb
|
@ -59,3 +59,4 @@ pprof = { version = "0.4.2", features = ["flamegraph"] }
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "crypto_bench"
|
name = "crypto_bench"
|
||||||
harness = false
|
harness = false
|
||||||
|
required-features = ["sled_cryptostore"]
|
||||||
|
|
Loading…
Reference in New Issue