From 26b0be4ae90fb0e1abdb987679ae302b7f16a593 Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Sat, 8 Jul 2023 15:22:09 -0700 Subject: [PATCH] update re: multiple versions that differ only in the metadata tag Resolved by https://github.com/rust-lang/crates.io/issues/1059 a few weeks ago --- src/doc/src/reference/resolver.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/doc/src/reference/resolver.md b/src/doc/src/reference/resolver.md index 151648f43e7..ffb194c5e4a 100644 --- a/src/doc/src/reference/resolver.md +++ b/src/doc/src/reference/resolver.md @@ -182,11 +182,7 @@ release. Non-numeric components are compared lexicographically. SemVer has the concept of "version metadata" with a plus in the version, such as `1.0.0+21AF26D3`. This metadata is usually ignored, and should not be used in a version requirement. You should never publish multiple versions that -differ only in the metadata tag (note, this is a [known issue] with -[crates.io] that currently permits this). - -[known issue]: https://github.com/rust-lang/crates.io/issues/1059 -[crates.io]: https://crates.io/ +differ only in the metadata tag. ## Other constraints @@ -486,6 +482,7 @@ are too loose, it may be possible for new versions to be published that will break the build. [SemVer guidelines]: semver.md +[crates.io]: https://crates.io/ ## Troubleshooting