Skip to content

Commit

Permalink
Auto merge of #13366 - linyihai:jobserver-latest, r=epage
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Jan 29, 2024
2 parents 95e113c + 41f7dc2 commit cf8d1ae
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 cf8d1ae

Please sign in to comment.