use stable version of rayon

This commit is contained in:
Simon Gardling 2022-04-14 08:37:00 -04:00
parent 89f17de498
commit 63881c93fe

View File

@ -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 }