diff options
| author | Josh Stone <jistone@redhat.com> | 2019-09-10 10:13:07 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2019-10-07 13:20:17 -0700 |
| commit | 33c4125fbe6204b4aedeaef281f819aee660b9fc (patch) | |
| tree | 397b85390654a7a2b281ad27ca49cf9a42e823b6 /src/librustc_data_structures | |
| parent | 59a31c8c676bdc9f50490d5798b1b4e884b7d7ae (diff) | |
| download | rust-33c4125fbe6204b4aedeaef281f819aee660b9fc.tar.gz rust-33c4125fbe6204b4aedeaef281f819aee660b9fc.zip | |
Rebase rustc-rayon on rayon-1.2
See also https://github.com/rust-lang/rustc-rayon/pull/3
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index e020f2f8da9..065c8436ae0 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -20,8 +20,8 @@ graphviz = { path = "../libgraphviz" } cfg-if = "0.1.2" crossbeam-utils = { version = "0.6.5", features = ["nightly"] } stable_deref_trait = "1.0.0" -rayon = { version = "0.2.0", package = "rustc-rayon" } -rayon-core = { version = "0.2.0", package = "rustc-rayon-core" } +rayon = { version = "0.3.0", package = "rustc-rayon" } +rayon-core = { version = "0.3.0", package = "rustc-rayon-core" } rustc-hash = "1.0.1" smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } rustc_index = { path = "../librustc_index", package = "rustc_index" } |
