matrix-sdk-common: Depend on a working revision of the ruma mono repo.

master
Damir Jelić 2020-07-11 16:24:36 +02:00
parent 18ccd30c8c
commit 7003ea2d23
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ version = "0.1.0"
[dependencies]
instant = { version = "0.1.4", features = ["wasm-bindgen", "now"] }
js_int = "0.1.5"
ruma = { git = "https://github.com/ruma/ruma", features = ["client-api"] }
[dependencies.ruma]
git = "https://github.com/ruma/ruma"
features = ["client-api"]
rev = "c19bcaab"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
uuid = { version = "0.8.1", features = ["v4"] }