use stable version of async-lock
This commit is contained in:
parent
faea9119e5
commit
0b730ff197
@ -55,7 +55,7 @@ itertools = "0.10.3"
|
|||||||
instant = "0.1.12"
|
instant = "0.1.12"
|
||||||
tracing-subscriber = "0.3.11"
|
tracing-subscriber = "0.3.11"
|
||||||
rayon = { version = "1.5.2", optional = true }
|
rayon = { version = "1.5.2", optional = true }
|
||||||
async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }
|
async-lock = { version = "2.5.0", optional = true }
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user