about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-03-27 09:48:50 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2019-03-27 09:48:50 +0100
commitbf1068b1370f7bc3e17164cb4abd010b15073fa8 (patch)
tree50c18c632d972f2e9d60f1c705121a74935fd6fa /src
parent14f3f6c71294fbbcb0a32286d942a4080156c6bc (diff)
downloadrust-bf1068b1370f7bc3e17164cb4abd010b15073fa8.tar.gz
rust-bf1068b1370f7bc3e17164cb4abd010b15073fa8.zip
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
Diffstat (limited to 'src')
-rw-r--r--src/librustc_interface/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_interface/Cargo.toml b/src/librustc_interface/Cargo.toml
index 356547db886..ec934ee4821 100644
--- a/src/librustc_interface/Cargo.toml
+++ b/src/librustc_interface/Cargo.toml
@@ -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" }