From 70a1ce351230ce2e85792f649c4c58cef02f2368 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 17 Aug 2021 06:57:49 -0700 Subject: [PATCH] Bump jobserver. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78cc401ec..1e702303a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ home = "0.5" humantime = "2.0.0" ignore = "0.4.7" lazy_static = "1.2.0" -jobserver = "0.1.23" +jobserver = "0.1.24" lazycell = "1.2.0" libc = "0.2" log = "0.4.6"