matrix-sdk-common: Switch futures-locks to crates.io version
parent
34cdf31cc5
commit
35f5117800
|
@ -30,5 +30,5 @@ default-features = false
|
||||||
features = ["sync", "time", "fs"]
|
features = ["sync", "time", "fs"]
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[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"] }
|
uuid = { version = "0.8.1", features = ["v4", "wasm-bindgen"] }
|
||||||
|
|
Loading…
Reference in New Issue