mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
crypto: Remove assert_matches2 from regular dependencies
It was added as a regular dependency in #3517 but it is only used in tests. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Damir Jelić
parent
38a18c3c8e
commit
374da7674e
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user