Require at least version 0.1.9 of jobserver crate
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>
Wed, 31 Jan 2018 09:16:01 +0000 (10:16 +0100)
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>
Wed, 31 Jan 2018 09:16:01 +0000 (10:16 +0100)
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

index 214b9b4164b98b7307587ca4d2b5f8849316f12b..265a0ad1553199096b07647d8bb3dd302daf60c2 100644 (file)
@@ -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"