mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-10 08:53:00 -04:00
matrix-sdk-common: Depend on a working revision of the ruma mono repo.
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user