From 504fd95b2656e409464ab3f0bae95ae2ce11e9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 13 Aug 2021 20:33:05 +0200 Subject: [PATCH] crypto: Bump the rust-sdk revision --- rust-sdk/Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rust-sdk/Cargo.toml b/rust-sdk/Cargo.toml index 2e5618d727..6ce3f56a75 100644 --- a/rust-sdk/Cargo.toml +++ b/rust-sdk/Cargo.toml @@ -25,11 +25,11 @@ features = ["lax_deserialize"] [dependencies.matrix-sdk-common] git = "https://github.com/matrix-org/matrix-rust-sdk/" -rev = "b2ff6cb6ae3d1983a510262021cba27a1bc70d77" +rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02" [dependencies.matrix-sdk-crypto] git = "https://github.com/matrix-org/matrix-rust-sdk/" -rev = "b2ff6cb6ae3d1983a510262021cba27a1bc70d77" +rev = "9bae87b0ac213f9d37c033e76ea3a336e164cf02" features = ["sled_cryptostore"] [dependencies.tokio] @@ -43,7 +43,3 @@ features = ["client-api"] [build-dependencies] uniffi_build = "0.12.0" - -[patch.crates-io] -ruma = { git = "https://github.com/matrix-org/ruma/", branch = "secrets" } -ruma-identifiers = { git = "https://github.com/matrix-org/ruma", branch = "secrets" }