We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f3f6c commit bf1068bCopy full SHA for bf1068b
src/librustc_interface/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["dylib"]
11
12
[dependencies]
13
log = "0.4"
14
-rustc-rayon = "0.1.1"
+rayon = { version = "0.1.1", package = "rustc-rayon" }
15
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
16
scoped-tls = "1.0"
17
syntax = { path = "../libsyntax" }
0 commit comments