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 | |
| 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')
| -rw-r--r-- | src/librustc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml index a7c94d057dc..9b3609eca3e 100644 --- a/src/librustc/Cargo.toml +++ b/src/librustc/Cargo.toml @@ -18,8 +18,8 @@ jobserver = "0.1" num_cpus = "1.0" scoped-tls = "1.0" log = { version = "0.4", features = ["release_max_level_info", "std"] } -rustc-rayon = "0.2.0" -rustc-rayon-core = "0.2.0" +rustc-rayon = "0.3.0" +rustc-rayon-core = "0.3.0" polonius-engine = "0.10.0" rustc_apfloat = { path = "../librustc_apfloat" } rustc_target = { path = "../librustc_target" } |
