Cargo.toml: Depend on olm_rs/ruma-events from github.

master
Damir Jelić 2020-03-28 11:50:20 +01:00
parent 85f344c32e
commit cc7e6c6ed3
1 changed files with 3 additions and 3 deletions

View File

@ -24,12 +24,12 @@ url = "2.1.1"
# Ruma dependencies
js_int = "0.1.3"
ruma-api = "0.15.0-dev.1"
ruma-client-api = { version = "0.6.0", path = "/home/poljar/werk/misc/ruma-client-api" }
ruma-events = { path = "/home/poljar/werk/misc/ruma-events", version = "0.17.0" }
ruma-client-api = { version = "0.6.0", git = "https://github.com/matrix-org/ruma-client-api/" }
ruma-events = { git = "https://github.com/matrix-org/ruma-events", version = "0.17.0" }
ruma-identifiers = "0.14.1"
# Dependencies for the encryption support
olm-rs = { path = "/home/poljar/werk/priv/olm-rs", optional = true, features = ["serde"]}
olm-rs = { git = "https://gitlab.gnome.org/poljar/olm-rs", optional = true, features = ["serde"]}
serde = { version = "1.0.104", optional = true, features = ["derive"] }
serde_json = { version = "1.0.48", optional = true }
cjson = { version = "0.1.0", optional = true }