matrix-sdk-common: Switch futures-locks to crates.io version

master
stoically 2020-09-08 07:28:32 +02:00
parent 34cdf31cc5
commit 35f5117800
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }