Skip to content

Commit cf8d1ae

Browse files
committed
Auto merge of #13366 - linyihai:jobserver-latest, r=epage
doc: Replace version with `latest` for jobserver link ### What does this PR try to resolve? I prefer the link with `latest`, it will always jump to the latest version link for crate. There is a bot called renovate to update the version for crate, So it's ok to use `latest` link. ### How should we test and review this PR? ### Additional information
2 parents 95e113c + 41f7dc2 commit cf8d1ae

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)