Skip to content

Commit c757729

Browse files
committed
Auto merge of rust-lang#84407 - the8472:update-jobserver, r=Mark-Simulacrum
bump jobserver dependency the newest jobserver version should slightly reduce context switches in highly parallel build environments on linux kernels >= 5.6
2 parents b849326 + 7f45cdb commit c757729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1744,9 +1744,9 @@ checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
17441744

17451745
[[package]]
17461746
name = "jobserver"
1747-
version = "0.1.21"
1747+
version = "0.1.22"
17481748
source = "registry+https://github.com/rust-lang/crates.io-index"
1749-
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
1749+
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
17501750
dependencies = [
17511751
"libc",
17521752
]

compiler/rustc_codegen_ssa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cc = "1.0.1"
1313
itertools = "0.9"
1414
tracing = "0.1"
1515
libc = "0.2.50"
16-
jobserver = "0.1.11"
16+
jobserver = "0.1.22"
1717
tempfile = "3.1"
1818
pathdiff = "0.2.0"
1919

0 commit comments

Comments
 (0)