Skip to content

Commit d85b5ea

Browse files
committed
Update Rayon version
1 parent f9e6fbc commit d85b5ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/librustc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ scoped-tls = { version = "0.1.1", features = ["nightly"] }
1919
log = { version = "0.4", features = ["release_max_level_info", "std"] }
2020
polonius-engine = "0.5.0"
2121
proc_macro = { path = "../libproc_macro" }
22-
rustc-rayon = "0.1.0"
23-
rustc-rayon-core = "0.1.0"
22+
rustc-rayon = "0.1.1"
23+
rustc-rayon-core = "0.1.1"
2424
rustc_apfloat = { path = "../librustc_apfloat" }
2525
rustc_target = { path = "../librustc_target" }
2626
rustc_data_structures = { path = "../librustc_data_structures" }

src/librustc_data_structures/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
1616
cfg-if = "0.1.2"
1717
stable_deref_trait = "1.0.0"
1818
parking_lot_core = "0.2.8"
19-
rustc-rayon = "0.1.0"
20-
rustc-rayon-core = "0.1.0"
19+
rustc-rayon = "0.1.1"
20+
rustc-rayon-core = "0.1.1"
2121
rustc-hash = "1.0.1"
2222

2323
[dependencies.parking_lot]

src/librustc_driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ arena = { path = "../libarena" }
1313
graphviz = { path = "../libgraphviz" }
1414
log = "0.4"
1515
env_logger = { version = "0.5", default-features = false }
16-
rustc-rayon = "0.1.0"
16+
rustc-rayon = "0.1.1"
1717
scoped-tls = { version = "0.1.1", features = ["nightly"] }
1818
rustc = { path = "../librustc" }
1919
rustc_allocator = { path = "../librustc_allocator" }

0 commit comments

Comments
 (0)