From c87ac788bc3d80b08119701f535cdba97a3d1d84 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 31 Oct 2023 15:30:25 -0500 Subject: [PATCH] docs(ref): Fix open-semver-range issue link 1. I linked to the wrong issue 2. I forgot to actually link it --- src/doc/src/reference/specifying-dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index 746b5fcb25a..2bdbbceee6f 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -135,7 +135,7 @@ separated with a comma, e.g., `>= 1.2, < 1.5`. > Avoid constraining the upper bound of a version to be anything less than the > next semver incompatible version > (e.g. avoid `">=2.0, <2.4"`) as other packages in the dependency tree may -> require a newer version, leading to an unresolvable error (see #6584). +> require a newer version, leading to an unresolvable error (see [#9029]). > Consider whether controlling the version in your [`Cargo.lock`] would be more > appropriate. > @@ -152,7 +152,7 @@ separated with a comma, e.g., `>= 1.2, < 1.5`. [`Cargo.lock`]: ../guide/cargo-toml-vs-cargo-lock.md [#2222]: https://github.com/rust-lang/cargo/issues/2222 -[#6584]: https://github.com/rust-lang/cargo/issues/6584 +[#9029]: https://github.com/rust-lang/cargo/issues/9029 [#10599]: https://github.com/rust-lang/cargo/issues/10599 ## Specifying dependencies from other registries