From 9c467d40e06c5474749b116224d7310afe8fb4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 21 Mar 2020 16:50:33 +0100 Subject: [PATCH] Cargo.toml: Switch to olm-rs on gitlab. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf3d9d64..4e361bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }