diff --git a/Cargo.toml b/Cargo.toml index f9099c6e..732af500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }