summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorThe8472 <git@infinite-source.de>2021-04-21 22:02:54 +0200
committerThe8472 <git@infinite-source.de>2021-04-21 22:02:54 +0200
commit7f45cdb0901cb48758a663b6c9251970ab6ec9bd (patch)
tree291900033015155d2bbcb3fd8c6d6acb12b8ff09 /compiler/rustc_codegen_ssa
parentb849326744a8eec939e592f0ab13bff85cc865d3 (diff)
downloadrust-7f45cdb0901cb48758a663b6c9251970ab6ec9bd.tar.gz
rust-7f45cdb0901cb48758a663b6c9251970ab6ec9bd.zip
bump jobserver dependency
the newest jobserver version should slightly reduce context switches
in highly parallel build environments on linux kernels >= 5.6
Diffstat (limited to 'compiler/rustc_codegen_ssa')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 7c1aaebb9ab..12f3b52a250 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -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"