From 374da7674e29add87c0aea37ddb2aa06496bb8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 29 Jun 2024 10:58:39 +0200 Subject: [PATCH] crypto: Remove assert_matches2 from regular dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was added as a regular dependency in #3517 but it is only used in tests. Signed-off-by: Kévin Commaille --- crates/matrix-sdk-crypto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index 104930172..e67f338cc 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -30,7 +30,6 @@ testing = ["dep:http"] [dependencies] aes = "0.8.1" as_variant = { workspace = true } -assert_matches2 = { workspace = true } async-trait = { workspace = true } bs58 = { version = "0.5.0" } byteorder = { workspace = true }