Update ruma to rev d6aa37c848b7f682a98c25b346899e284ffc6df7

This enables the `compat` feature of ruma to increase compatipility.
master
Julian Sparber 2021-02-05 15:18:11 +01:00
parent bdaed6237e
commit 155f975262
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ async-trait = "0.1.42"
[dependencies.ruma]
version = "0.0.2"
git = "https://github.com/ruma/ruma"
rev = "8c109d3c0a7ec66b352dc82677d30db7cb0723eb"
features = ["client-api", "unstable-pre-spec"]
rev = "d6aa37c848b7f682a98c25b346899e284ffc6df7"
features = ["client-api", "compat", "unstable-pre-spec"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
uuid = { version = "0.8.2", default-features = false, features = ["v4", "serde"] }