diff --git a/matrix_sdk_crypto/Cargo.toml b/matrix_sdk_crypto/Cargo.toml index 5767be09..108aebc4 100644 --- a/matrix_sdk_crypto/Cargo.toml +++ b/matrix_sdk_crypto/Cargo.toml @@ -59,3 +59,4 @@ pprof = { version = "0.4.2", features = ["flamegraph"] } [[bench]] name = "crypto_bench" harness = false +required-features = ["sled_cryptostore"]