Skip to content

Commit

Permalink
Merge pull request #335 from ktanaka101/patch-1
Browse files Browse the repository at this point in the history
Fix broken Cargo Book link in cargo-resolver.md
  • Loading branch information
traviscross authored Nov 23, 2024
2 parents 5f11676 + 4fe6e91 commit 50af22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-2024/cargo-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The setting is only honored for the top-level package of the workspace.
If you are using a [virtual workspace], you will still need to explicitly set the [`resolver` field]
in the `[workspace]` definition if you want to opt-in to the new resolver.

For more details on how Rust-version aware dependency resolution works, see [the Cargo book](../..//cargo/reference/resolver.html#rust-version).
For more details on how Rust-version aware dependency resolution works, see [the Cargo book](../../cargo/reference/resolver.html#rust-version).

[`package.rust-version`]: ../../cargo/reference/rust-version.html
[`resolver.incompatible-rust-version = "fallback"`]: ../../cargo/reference/config.html#resolverincompatible-rust-versions
Expand Down

0 comments on commit 50af22c

Please sign in to comment.