diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-27 09:48:50 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-03-27 09:48:50 +0100 |
| commit | bf1068b1370f7bc3e17164cb4abd010b15073fa8 (patch) | |
| tree | 50c18c632d972f2e9d60f1c705121a74935fd6fa /src | |
| parent | 14f3f6c71294fbbcb0a32286d942a4080156c6bc (diff) | |
| download | rust-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.toml | 2 |
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" } |
