mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 22:47:02 -04:00
Update ruma to rev d6aa37c848b7f682a98c25b346899e284ffc6df7
This enables the `compat` feature of ruma to increase compatipility.
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user