Skip to content

Commit

Permalink
Auto merge of #68663 - alexcrichton:update-jobserver, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Update jobserver crate to 0.1.21

Brings in a fix for rust-lang/jobserver-rs#23 which could cause Cargo
to unnecessarily hang in some situations.
  • Loading branch information
bors committed Jan 31, 2020
2 parents b1cb3c0 + ad0e4a1 commit ecde10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1642,9 +1642,9 @@ dependencies = [

[[package]]
name = "jobserver"
version = "0.1.19"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b06c1b455f1cf4269a8cfc320ab930a810e2375a42af5075eb8a8b36405ce0"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
Expand Down

0 comments on commit ecde10f

Please sign in to comment.