Skip to content

Commit c87ac78

Browse files
committed
docs(ref): Fix open-semver-range issue link
1. I linked to the wrong issue 2. I forgot to actually link it
1 parent 4fbc6a9 commit c87ac78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/specifying-dependencies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ separated with a comma, e.g., `>= 1.2, < 1.5`.
135135
> Avoid constraining the upper bound of a version to be anything less than the
136136
> next semver incompatible version
137137
> (e.g. avoid `">=2.0, <2.4"`) as other packages in the dependency tree may
138-
> require a newer version, leading to an unresolvable error (see #6584).
138+
> require a newer version, leading to an unresolvable error (see [#9029]).
139139
> Consider whether controlling the version in your [`Cargo.lock`] would be more
140140
> appropriate.
141141
>
@@ -152,7 +152,7 @@ separated with a comma, e.g., `>= 1.2, < 1.5`.
152152
153153
[`Cargo.lock`]: ../guide/cargo-toml-vs-cargo-lock.md
154154
[#2222]: https://github.com/rust-lang/cargo/issues/2222
155-
[#6584]: https://github.com/rust-lang/cargo/issues/6584
155+
[#9029]: https://github.com/rust-lang/cargo/issues/9029
156156
[#10599]: https://github.com/rust-lang/cargo/issues/10599
157157

158158
## Specifying dependencies from other registries

0 commit comments

Comments
 (0)