Skip to content

Commit

Permalink
Rollup merge of rust-lang#68663 - alexcrichton:update-jobserver, r=Dy…
Browse files Browse the repository at this point in the history
…lan-DPC

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
Dylan-DPC authored Jan 30, 2020
2 parents 4c40e08 + ad0e4a1 commit e33fe2a
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 e33fe2a

Please sign in to comment.