Skip to content

Commit

Permalink
Auto merge of rust-lang#84407 - the8472:update-jobserver, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

bump jobserver dependency

the newest jobserver version should slightly reduce context switches
in highly parallel build environments on linux kernels >= 5.6
  • Loading branch information
bors committed Apr 22, 2021
2 parents b849326 + 7f45cdb commit c757729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1744,9 +1744,9 @@ checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"

[[package]]
name = "jobserver"
version = "0.1.21"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
dependencies = [
"libc",
]
Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cc = "1.0.1"
itertools = "0.9"
tracing = "0.1"
libc = "0.2.50"
jobserver = "0.1.11"
jobserver = "0.1.22"
tempfile = "3.1"
pathdiff = "0.2.0"

Expand Down

0 comments on commit c757729

Please sign in to comment.