diff options
| author | The8472 <git@infinite-source.de> | 2021-04-21 22:02:54 +0200 |
|---|---|---|
| committer | The8472 <git@infinite-source.de> | 2021-04-21 22:02:54 +0200 |
| commit | 7f45cdb0901cb48758a663b6c9251970ab6ec9bd (patch) | |
| tree | 291900033015155d2bbcb3fd8c6d6acb12b8ff09 /compiler/rustc_codegen_ssa | |
| parent | b849326744a8eec939e592f0ab13bff85cc865d3 (diff) | |
| download | rust-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.toml | 2 |
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" |
