Skip to content

Commit

Permalink
Update jobserver crate to 0.1.21
Browse files Browse the repository at this point in the history
Brings in a fix for rust-lang/jobserver-rs#23 which could cause Cargo
to unnecessarily hang in some situations.
  • Loading branch information
alexcrichton committed Jan 30, 2020
1 parent 3024c4e commit ad0e4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
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 ad0e4a1

Please sign in to comment.