From: Benno Fünfstück Date: Wed, 31 Jan 2018 09:16:01 +0000 (+0100) Subject: Require at least version 0.1.9 of jobserver crate X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~21^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=330f32c58e3e3ac66b62b4a753cc03a74b8e4919;p=cargo.git 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. --- 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"