crypto: Use a patched olm-rs for now.

master
Damir Jelić 2020-07-22 11:39:30 +02:00
parent e612326714
commit 7c92d91c04
1 changed files with 4 additions and 0 deletions

View File

@ -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' }