]> git.lizzy.rs Git - rust.git/commitdiff
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 27 Mar 2019 08:48:50 +0000 (09:48 +0100)
committerMazdak Farrokhzad <twingoow@gmail.com>
Wed, 27 Mar 2019 08:48:50 +0000 (09:48 +0100)
src/librustc_interface/Cargo.toml

index 356547db88675c7426ab3530385e4a271f2da606..ec934ee48212c254badbd6b9d220a99387348ba8 100644 (file)
@@ -11,7 +11,7 @@ crate-type = ["dylib"]
 
 [dependencies]
 log = "0.4"
-rustc-rayon = "0.1.1"
+rayon = { version = "0.1.1", package = "rustc-rayon" }
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
 scoped-tls = "1.0"
 syntax = { path = "../libsyntax" }