Skip to content

Commit 41f7dc2

Browse files
committed
doc: Replace version with latest for jobserver link
1 parent 95e113c commit 41f7dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-util/src/process_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl ProcessBuilder {
176176
/// Sets the `make` jobserver. See the [jobserver crate][jobserver_docs] for
177177
/// more information.
178178
///
179-
/// [jobserver_docs]: https://docs.rs/jobserver/0.1.6/jobserver/
179+
/// [jobserver_docs]: https://docs.rs/jobserver/latest/jobserver/
180180
pub fn inherit_jobserver(&mut self, jobserver: &Client) -> &mut Self {
181181
self.jobserver = Some(jobserver.clone());
182182
self

0 commit comments

Comments
 (0)