crypto: Add missing required-features to crypto_bench

master
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
1 changed files with 1 additions and 0 deletions

View File

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