Skip to content

Commit bd0b9fd

Browse files
committed
Auto merge of #12335 - ahl:ahl-patch-1, r=epage
update re: multiple versions that differ only in the metadata tag Resolved by rust-lang/crates.io#1059 a few weeks ago
2 parents ea9c1a5 + 26b0be4 commit bd0b9fd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/doc/src/reference/resolver.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,7 @@ release. Non-numeric components are compared lexicographically.
182182
SemVer has the concept of "version metadata" with a plus in the version, such
183183
as `1.0.0+21AF26D3`. This metadata is usually ignored, and should not be used
184184
in a version requirement. You should never publish multiple versions that
185-
differ only in the metadata tag (note, this is a [known issue] with
186-
[crates.io] that currently permits this).
187-
188-
[known issue]: https://github.com/rust-lang/crates.io/issues/1059
189-
[crates.io]: https://crates.io/
185+
differ only in the metadata tag.
190186

191187
## Other constraints
192188

@@ -486,6 +482,7 @@ are too loose, it may be possible for new versions to be published that will
486482
break the build.
487483

488484
[SemVer guidelines]: semver.md
485+
[crates.io]: https://crates.io/
489486

490487
## Troubleshooting
491488

0 commit comments

Comments
 (0)