Skip to content

Commit

Permalink
crypto: Remove assert_matches2 from regular dependencies
Browse files Browse the repository at this point in the history
It was added as a regular dependency in #3517
but it is only used in tests.

Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh authored and poljar committed Jul 1, 2024
1 parent 38a18c3 commit 374da76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/matrix-sdk-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 374da76

Please sign in to comment.