]> git.proxmox.com Git - cargo.git/commit
Auto merge of #4991 - bennofs:master, r=matklad
authorbors <bors@rust-lang.org>
Wed, 31 Jan 2018 09:20:32 +0000 (09:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 31 Jan 2018 09:20:32 +0000 (09:20 +0000)
commit1c3f33b5f2127ceb9accb7a1e90cbbe25d205650
tree9169a3b5e5c59974688a8d0e71c1c41c0f12b247
parent1d6dfea44f97199d5d5c177c7dadcde393eaff9a
parent330f32c58e3e3ac66b62b4a753cc03a74b8e4919
Auto merge of #4991 - bennofs:master, r=matklad

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.