use stable version of rayon
This commit is contained in:
parent
89f17de498
commit
63881c93fe
@ -54,7 +54,7 @@ itertools = "0.10.3"
|
|||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
instant = "0.1.12"
|
instant = "0.1.12"
|
||||||
tracing-subscriber = "0.3.11"
|
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 }
|
async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user