From 3bac5d250da67793461cb99fd4d55bfbb21f3fd9 Mon Sep 17 00:00:00 2001 From: Michael Goldenberg Date: Thu, 2 Apr 2026 10:47:03 -0400 Subject: [PATCH] refactor(benchmarks): remove reference to matrix-sdk/rustls-tls feature flag Signed-off-by: Michael Goldenberg --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index cc8f540ad..0e5737d30 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -17,7 +17,7 @@ codspeed = [] assert_matches.workspace = true criterion = { version = "4.2.1", features = ["async", "async_tokio", "html_reports"], package = "codspeed-criterion-compat" } futures-util.workspace = true -matrix-sdk = { workspace = true, features = ["rustls-tls", "e2e-encryption", "sqlite", "testing"] } +matrix-sdk = { workspace = true, features = ["e2e-encryption", "sqlite", "testing"] } matrix-sdk-base.workspace = true matrix-sdk-crypto.workspace = true matrix-sdk-sqlite = { workspace = true, features = ["crypto-store"] }