From 35f51178004b73e0032f4cd5a30fe6ebdf7d3a0e Mon Sep 17 00:00:00 2001 From: stoically Date: Tue, 8 Sep 2020 07:28:32 +0200 Subject: [PATCH] matrix-sdk-common: Switch futures-locks to crates.io version --- 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 6860d9df..84f48454 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -30,5 +30,5 @@ default-features = false features = ["sync", "time", "fs"] [target.'cfg(target_arch = "wasm32")'.dependencies] -futures-locks = { git = "https://github.com/asomers/futures-locks", default-features = false } +futures-locks = { version = "0.6.0", default-features = false } uuid = { version = "0.8.1", features = ["v4", "wasm-bindgen"] }