Update rayon dependencies to avoid duplicate crossbeam dependencies (#651)
rayon 1.2.1 avoids introducing two different versions of crossbeam crates into the dependency tree (one through rayon, the other through rayon-core).
This commit is contained in:
committed by
Dan Gohman
parent
e87a489535
commit
4b001912ce
@@ -39,7 +39,7 @@ pretty_env_logger = "0.3.0"
|
||||
file-per-thread-logger = "0.1.1"
|
||||
wat = "1.0.2"
|
||||
libc = "0.2.60"
|
||||
rayon = "1.1"
|
||||
rayon = "1.2.1"
|
||||
wasm-webidl-bindings = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user