Skip to content

Commit

Permalink
doc: Replace version with latest for jobserver link
Browse files Browse the repository at this point in the history
  • Loading branch information
linyihai committed Jan 29, 2024
1 parent 95e113c commit 41f7dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-util/src/process_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl ProcessBuilder {
/// Sets the `make` jobserver. See the [jobserver crate][jobserver_docs] for
/// more information.
///
/// [jobserver_docs]: https://docs.rs/jobserver/0.1.6/jobserver/
/// [jobserver_docs]: https://docs.rs/jobserver/latest/jobserver/
pub fn inherit_jobserver(&mut self, jobserver: &Client) -> &mut Self {
self.jobserver = Some(jobserver.clone());
self
Expand Down

0 comments on commit 41f7dc2

Please sign in to comment.