From ba7aa3513bac06ebf599e3d8a4afb5a55567dcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 15 Nov 2021 10:31:07 +0100 Subject: [PATCH] crypto: Depend on a hosted rust-sdk version --- rust-sdk/Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/rust-sdk/Cargo.toml b/rust-sdk/Cargo.toml index 572df5452e..014ec17454 100644 --- a/rust-sdk/Cargo.toml +++ b/rust-sdk/Cargo.toml @@ -28,14 +28,12 @@ version = "0.2.1" features = ["lax_deserialize"] [dependencies.matrix-sdk-common] -path = "/home/poljar/werk/matrix/nio-rust/crates/matrix-sdk-common/" -# git = "https://github.com/matrix-org/matrix-rust-sdk/" -# rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02" +git = "https://github.com/matrix-org/matrix-rust-sdk/" +rev = "1943840b82fd323455d9ca9ce27243d37a660569" [dependencies.matrix-sdk-crypto] -# git = "https://github.com/matrix-org/matrix-rust-sdk/" -# rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02" -path = "/home/poljar/werk/matrix/nio-rust/crates/matrix-sdk-crypto/" +git = "https://github.com/matrix-org/matrix-rust-sdk/" +rev = "1943840b82fd323455d9ca9ce27243d37a660569" features = ["sled_cryptostore", "qrcode", "backups_v1"] [dependencies.tokio]