about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-02-09 19:11:37 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2024-02-09 19:13:07 +0300
commit83f3bc42714250633cacadcde8b15da28bf443f0 (patch)
tree6e518b2c118271f6a3f9dc409b687da92d441b95 /compiler/rustc_codegen_ssa
parent8fb67fb37fed736cb04f307473af7c863be224fb (diff)
downloadrust-83f3bc42714250633cacadcde8b15da28bf443f0.tar.gz
rust-83f3bc42714250633cacadcde8b15da28bf443f0.zip
Update jobserver-rs to 0.1.28
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 7d2f5bb193a..c4aaf421444 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -9,7 +9,7 @@ ar_archive_writer = "0.1.5"
 bitflags = "2.4.1"
 cc = "1.0.69"
 itertools = "0.11"
-jobserver = "0.1.27"
+jobserver = "0.1.28"
 pathdiff = "0.2.0"
 regex = "1.4"
 rustc_arena = { path = "../rustc_arena" }