From 2d8165c113821631fe5a932aede6431c0fbae68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 14 Mar 2020 12:22:36 +0100 Subject: [PATCH] Cargo.toml: Fix the olm-rs dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }