Merge pull request #2597 from Hywan/fix-base-poll-unstable-ruma-feature

This commit is contained in:
Ivan Enderlin
2023-09-21 14:00:55 +02:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ matrix-sdk-crypto = { version = "0.6.0", path = "../matrix-sdk-crypto", optional
matrix-sdk-store-encryption = { version = "0.2.0", path = "../matrix-sdk-store-encryption" }
matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test", optional = true }
once_cell = { workspace = true }
ruma = { workspace = true, features = ["canonical-json"] }
ruma = { workspace = true, features = ["canonical-json", "unstable-msc3381"] }
serde = { workspace = true, features = ["rc"] }
serde_json = { workspace = true }
tokio = { workspace = true }