about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-27 17:08:11 +0000
committerbors <bors@rust-lang.org>2019-04-27 17:08:11 +0000
commita9c8c08ecb6740be5c0beaf94bbcc7c580eefec4 (patch)
treeb2c4c0b6e081345156cdfc072946a53b154d5860 /src/librustc_data_structures
parentc751c7a4f47ddc3a9076d1fd45e5d3e557748280 (diff)
parent0e05a9bb85f3f1a766680593e2216446fb03c416 (diff)
downloadrust-a9c8c08ecb6740be5c0beaf94bbcc7c580eefec4.tar.gz
rust-a9c8c08ecb6740be5c0beaf94bbcc7c580eefec4.zip
Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis
Update rustc-rayon version

r? @nikomatsakis
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml
index d586b376d45..5f3bac866d6 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -19,8 +19,8 @@ serialize = { path = "../libserialize" }
 graphviz = { path = "../libgraphviz" }
 cfg-if = "0.1.2"
 stable_deref_trait = "1.0.0"
-rayon = { version = "0.1.2", package = "rustc-rayon" }
-rayon-core = { version = "0.1.2", package = "rustc-rayon-core" }
+rayon = { version = "0.2.0", package = "rustc-rayon" }
+rayon-core = { version = "0.2.0", package = "rustc-rayon-core" }
 rustc-hash = "1.0.1"
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }