Skip to content

Commit 50af22c

Browse files
authored
Merge pull request #335 from ktanaka101/patch-1
Fix broken Cargo Book link in cargo-resolver.md
2 parents 5f11676 + 4fe6e91 commit 50af22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2024/cargo-resolver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The setting is only honored for the top-level package of the workspace.
2121
If you are using a [virtual workspace], you will still need to explicitly set the [`resolver` field]
2222
in the `[workspace]` definition if you want to opt-in to the new resolver.
2323

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

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

0 commit comments

Comments
 (0)