Parallelize the compilation loop with Rayon (#58)
This commit is contained in:
committed by
Dan Gohman
parent
04d4b20df4
commit
6eb09d9edd
@@ -19,6 +19,7 @@ cast = { version = "0.2.2", default-features = false }
|
||||
failure = { version = "0.1.3", default-features = false }
|
||||
failure_derive = { version = "0.1.3", default-features = false }
|
||||
indexmap = "1.0.2"
|
||||
rayon = "1.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user