From 63881c93fe8490bbcb26549691014c228c3e748f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 14 Apr 2022 08:37:00 -0400 Subject: [PATCH] use stable version of rayon --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb76a36..a4acc5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ itertools = "0.10.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] instant = "0.1.12" tracing-subscriber = "0.3.11" -rayon = { git = "https://github.com/rayon-rs/rayon.git", optional = true } +rayon = { version = "1.5.2", optional = true } async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }