Cargo.toml: Depend on olm_rs/ruma-events from github.
parent
85f344c32e
commit
cc7e6c6ed3
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue