From e18f248dbb1f8f0a5aead28c76632cdc43d4f1fe Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 7 Jun 2021 15:16:31 +0200 Subject: [PATCH] crypto: Add missing required-features to crypto_bench --- matrix_sdk_crypto/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]