Skip to content

Commit

Permalink
use thread-safe indexmap
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowLii committed Apr 23, 2023
1 parent c170de7 commit 1435c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_data_structures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
bitflags = "1.2.1"
cfg-if = "1.0"
ena = "0.14.2"
indexmap = { version = "1.9.3" }
indexmap = { version = "1.9.3", features = ["rustc-rayon"] }
jobserver_crate = { version = "0.1.13", package = "jobserver" }
libc = "0.2"
measureme = "10.0.0"
Expand Down Expand Up @@ -51,4 +51,4 @@ features = [
memmap2 = "0.2.1"

[features]
rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "rustc-rayon"]
rustc_use_parallel_compiler = ["rustc-rayon"]

0 comments on commit 1435c15

Please sign in to comment.