about summary refs log tree commit diff
path: root/src/librustc
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2019-09-10 10:13:07 -0700
committerJosh Stone <jistone@redhat.com>2019-10-07 13:20:17 -0700
commit33c4125fbe6204b4aedeaef281f819aee660b9fc (patch)
tree397b85390654a7a2b281ad27ca49cf9a42e823b6 /src/librustc
parent59a31c8c676bdc9f50490d5798b1b4e884b7d7ae (diff)
downloadrust-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.toml4
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" }