From 03499b5309fb1f1f696bb4b2d28671bccfc0ad83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 28 Jun 2021 15:30:35 +0200 Subject: [PATCH] rust: Update the rust-sdk revision. --- rust-sdk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-sdk/Cargo.toml b/rust-sdk/Cargo.toml index 7d1b6e73c2..0a910616cb 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 = "3bd43a16086415c17faa969432f18d9ed9e9c272" +rev = "59a07da99e76a162b71b026ed244fb0cbc39f0c9" [dependencies.matrix-sdk-crypto] git = "https://github.com/matrix-org/matrix-rust-sdk/" -rev = "3bd43a16086415c17faa969432f18d9ed9e9c272" +rev = "59a07da99e76a162b71b026ed244fb0cbc39f0c9" features = ["sled_cryptostore"] [dependencies.tokio]