Cargo.toml: Switch to olm-rs on gitlab.

master
Damir Jelić 2020-03-21 16:50:33 +01:00
parent 4215f98e91
commit 9c467d40e0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ruma-events = "0.17.0"
ruma-identifiers = "0.14.1"
# Dependencies for the encryption support
olm-rs = { path = "/home/poljar/werk/matrix/olm-rs", optional = true, features = ["serde"]}
olm-rs = { git = "https://gitlab.gnome.org/poljar/olm-rs", branch = "idiomatic-sessions", 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 }