crypto: Add missing required-features to crypto_bench

This commit is contained in:
Jonas Platte 2021-06-07 15:16:31 +02:00
parent b6c7b317bf
commit e18f248dbb
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67

View file

@ -59,3 +59,4 @@ pprof = { version = "0.4.2", features = ["flamegraph"] }
[[bench]]
name = "crypto_bench"
harness = false
required-features = ["sled_cryptostore"]