diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index f58f332338..87edfbfc44 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -16,7 +16,6 @@ matrix-sdk-sqlite = { workspace = true, features = ["crypto-store"] } matrix-sdk-test = { workspace = true } matrix-sdk-ui = { workspace = true } matrix-sdk = { workspace = true, features = ["native-tls", "e2e-encryption", "sqlite"] } -matrix-sdk-ui = { workspace = true } ruma = { workspace = true } serde = { workspace = true } serde_json = { workspace = true }