From 330f32c58e3e3ac66b62b4a753cc03a74b8e4919 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Wed, 31 Jan 2018 10:16:01 +0100 Subject: [PATCH] Require at least version 0.1.9 of jobserver crate There are some important fixes in jobserver >=0.1.8. With earlier versions, it's possible for cargo to panic with a "failed to acquire jobserver token" error, which can be very hard to track down. Requiring the latest version of jobserver makes sure that no such error can make it into downstream distributions. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 214b9b416..265a0ad15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ glob = "0.2" hex = "0.3" home = "0.3" ignore = "0.3" -jobserver = "0.1.6" +jobserver = "0.1.9" libc = "0.2" libgit2-sys = "0.6" log = "0.4" -- 2.30.2