Cargo.toml: Fix the olm-rs dependency.

master
Damir Jelić 2020-03-14 12:22:36 +01:00
parent 7f7c0657f9
commit 2d8165c113
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ log = "0.4.8"
ruma-identifiers = "0.14.1"
url = "2.1.1"
olm-rs = { path = "/home/poljar/werk/matrix/olm-rs", optional = true, features = ["serde"]}
olm-rs = { git = "https://gitlab.gnome.org/jhaye/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 }