Skip to content

Commit

Permalink
librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Mar 27, 2019
1 parent 14f3f6c commit bf1068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit bf1068b

Please sign in to comment.