From 0b730ff1973ad81a7b447e9e69e46ed9bfebe6b1 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 19 Apr 2022 23:27:13 -0400 Subject: [PATCH] use stable version of async-lock --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d83339b..d2b03b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ itertools = "0.10.3" instant = "0.1.12" tracing-subscriber = "0.3.11" 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]