about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-05-14 03:00:52 +0200
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2018-06-06 15:25:16 +0200
commitd85b5eadeaca624b886838787150adbdfdb1dcbe (patch)
tree3a350ef1a33e2490c5cb091093436d9c0bde370d /src/librustc_data_structures
parentf9e6fbc4f751a5fd4befaf91ad4b1022efb99501 (diff)
downloadrust-d85b5eadeaca624b886838787150adbdfdb1dcbe.tar.gz
rust-d85b5eadeaca624b886838787150adbdfdb1dcbe.zip
Update Rayon version
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 17ee771e529..fc5fe91c977 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
 cfg-if = "0.1.2"
 stable_deref_trait = "1.0.0"
 parking_lot_core = "0.2.8"
-rustc-rayon = "0.1.0"
-rustc-rayon-core = "0.1.0"
+rustc-rayon = "0.1.1"
+rustc-rayon-core = "0.1.1"
 rustc-hash = "1.0.1"
 
 [dependencies.parking_lot]