From 7e49760da0439dd67fe0f9c3a5f99e7bbb4e15e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 30 Jun 2021 17:39:36 +0200 Subject: [PATCH] rust: Don't depend on a local rust-sdk --- 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 1266b97814..2c3399656e 100644 --- a/rust-sdk/Cargo.toml +++ b/rust-sdk/Cargo.toml @@ -24,14 +24,12 @@ version = "0.2.1" features = ["lax_deserialize"] [dependencies.matrix-sdk-common] -path = "/home/poljar/werk/matrix/nio-rust/matrix_sdk_common" -# git = "https://github.com/matrix-org/matrix-rust-sdk/" -# rev = "d2e4b3f3bbcdc139560cdacbdf62dedab6f156b9" +git = "https://github.com/matrix-org/matrix-rust-sdk/" +rev = "9052843acbc762388f4ae59e6dad0d580914cf59" [dependencies.matrix-sdk-crypto] -path = "/home/poljar/werk/matrix/nio-rust/matrix_sdk_crypto" -# git = "https://github.com/matrix-org/matrix-rust-sdk/" -# rev = "d2e4b3f3bbcdc139560cdacbdf62dedab6f156b9" +git = "https://github.com/matrix-org/matrix-rust-sdk/" +rev = "9052843acbc762388f4ae59e6dad0d580914cf59" features = ["sled_cryptostore"] [dependencies.tokio]