matrix-sdk: Use the latest ruma and olm-rs.

master
Damir Jelić 2020-11-21 16:33:12 +01:00
parent 9edf8657d0
commit 53daf40c7c
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ js_int = "0.1.9"
[dependencies.ruma]
version = "0.0.1"
path = "/home/poljar/werk/priv/ruma/ruma"
rev = "50eb700571480d1440e15a387d10f98be8abab59"
git = "https://github.com/ruma/ruma"
rev = "d16fd4b2c1be1b06fd9be99373a3e77d74fadff3"
features = ["client-api", "unstable-pre-spec", "unstable-exhaustive-types"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

View File

@ -25,7 +25,7 @@ async-trait = "0.1.41"
matrix-sdk-common-macros = { version = "0.1.0", path = "../matrix_sdk_common_macros" }
matrix-sdk-common = { version = "0.1.0", path = "../matrix_sdk_common" }
olm-rs = { path = "/home/poljar/werk/priv/olm-rs", version = "1.0.0", features = ["serde"] }
olm-rs = { version = "1.0.0", features = ["serde"] }
getrandom = "0.2.0"
serde = { version = "1.0.116", features = ["derive", "rc"] }
serde_json = "1.0.59"