common: Depend on the git version of futures-locks again.
parent
fd3dc50ebe
commit
16f4021800
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue