Skip to content

Commit 1c3f33b

Browse files
committed
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.
2 parents 1d6dfea + 330f32c commit 1c3f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ glob = "0.2"
3434
hex = "0.3"
3535
home = "0.3"
3636
ignore = "0.3"
37-
jobserver = "0.1.6"
37+
jobserver = "0.1.9"
3838
libc = "0.2"
3939
libgit2-sys = "0.6"
4040
log = "0.4"

0 commit comments

Comments
 (0)