diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-05-14 03:00:52 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-06-06 15:25:16 +0200 |
| commit | d85b5eadeaca624b886838787150adbdfdb1dcbe (patch) | |
| tree | 3a350ef1a33e2490c5cb091093436d9c0bde370d /src/librustc_data_structures | |
| parent | f9e6fbc4f751a5fd4befaf91ad4b1022efb99501 (diff) | |
| download | rust-d85b5eadeaca624b886838787150adbdfdb1dcbe.tar.gz rust-d85b5eadeaca624b886838787150adbdfdb1dcbe.zip | |
Update Rayon version
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 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] |
