From cd5d5da06a18c076dbfdcffed9c2dd57a27aaaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 10 Aug 2020 13:43:18 +0200 Subject: [PATCH] matrix-sdk: Use the upstream git repo for olm-rs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea592acf..c4925020 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ members = [ ] [patch.crates-io] -olm-rs = { git = 'https://gitlab.gnome.org/poljar/olm-rs/', branch='pk-sas'} +olm-rs = { git = 'https://gitlab.gnome.org/jhaye/olm-rs/'} olm-sys = { git = 'https://gitlab.gnome.org/BrainBlasted/olm-sys' }