From 16f402180042b3b2e546339e0f2671059ed7b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 26 May 2020 22:21:03 +0200 Subject: [PATCH] common: Depend on the git version of futures-locks again. --- matrix_sdk_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index 9e060c0c..cb34e411 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -27,5 +27,5 @@ default-features = false features = ["sync", "time", "fs"] [target.'cfg(target_arch = "wasm32")'.dependencies] -futures-locks = { version = "0.5.0", default-features = false } +futures-locks = { git = "https://github.com/asomers/futures-locks", default-features = false } uuid = { version = "0.8.1", features = ["v4", "wasm-bindgen"] }