Skip to content

Commit bf1068b

Browse files
committed
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
1 parent 14f3f6c commit bf1068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_interface/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["dylib"]
1111

1212
[dependencies]
1313
log = "0.4"
14-
rustc-rayon = "0.1.1"
14+
rayon = { version = "0.1.1", package = "rustc-rayon" }
1515
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
1616
scoped-tls = "1.0"
1717
syntax = { path = "../libsyntax" }

0 commit comments

Comments
 (0)