From 7c92d91c0400d3adc8f0eb47eebcac160d3324c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 22 Jul 2020 11:39:30 +0200 Subject: [PATCH] crypto: Use a patched olm-rs for now. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fc993d0a..ea592acf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,7 @@ members = [ "matrix_sdk_common", "matrix_sdk_common_macros", ] + +[patch.crates-io] +olm-rs = { git = 'https://gitlab.gnome.org/poljar/olm-rs/', branch='pk-sas'} +olm-sys = { git = 'https://gitlab.gnome.org/BrainBlasted/olm-sys' }