diff options
| author | Josh Stone <jistone@redhat.com> | 2022-01-10 11:34:07 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2022-01-10 11:34:07 -0800 |
| commit | f3b8812f2473b49453e79c3f57acf4fa4c2ca227 (patch) | |
| tree | 03b2103b3c8de8d6eded348c9c7647a5513d467f /compiler/rustc_data_structures | |
| parent | 89b9f7b284aacc5f8613438b80e4dd7bdd10549e (diff) | |
| download | rust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.tar.gz rust-f3b8812f2473b49453e79c3f57acf4fa4c2ca227.zip | |
Update rayon and rustc-rayon
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml index e3395df3590..2bb9d6c1893 100644 --- a/compiler/rustc_data_structures/Cargo.toml +++ b/compiler/rustc_data_structures/Cargo.toml @@ -17,8 +17,8 @@ rustc_macros = { path = "../rustc_macros" } rustc_graphviz = { path = "../rustc_graphviz" } cfg-if = "0.1.2" stable_deref_trait = "1.0.0" -rayon = { version = "0.3.1", package = "rustc-rayon" } -rayon-core = { version = "0.3.1", package = "rustc-rayon-core" } +rayon = { version = "0.3.2", package = "rustc-rayon" } +rayon-core = { version = "0.3.2", package = "rustc-rayon-core" } rustc-hash = "1.1.0" smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } rustc_index = { path = "../rustc_index", package = "rustc_index" } |
