Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize jobserver try_acquire #1037

Merged
merged 8 commits into from
Apr 20, 2024
Next Next commit
Bump dep jobserver from 0.1.20 to 0.1.30
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Apr 18, 2024
commit 0304e07567857c0644a67d4c4495022e15762113
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2018"
rust-version = "1.63"

[dependencies]
jobserver = { version = "0.1.20", default-features = false, optional = true }
jobserver = { version = "0.1.30", default-features = false, optional = true }

[target.'cfg(unix)'.dependencies]
# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866
Expand Down