matrix-sdk-common: Depend on a version of futures-locks.

master
Damir Jelić 2020-05-26 19:33:36 +02:00
parent 5637cdd133
commit efc80449c4
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,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.5.0", default-features = false }
uuid = { version = "0.8.1", features = ["v4", "wasm-bindgen"] }