Skip to content

Commit e6827ee

Browse files
committed
Auto merge of #10946 - RalfJung:docs, r=epage
resolver docs: link to version requirements syntax full explanation Staring at https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility, I was confused was this is a "refresher" for. Let's add a link to the main documentation this summarizes.
2 parents 0ced33b + 99f279b commit e6827ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/resolver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ with leading zeros. For example, `0.1.0` and `0.1.2` are compatible, but
3737
`0.1.0` and `0.2.0` are not. Similarly, `0.0.1` and `0.0.2` are not
3838
compatible.
3939

40-
As a quick refresher, the *version requirement* syntax Cargo uses for
40+
As a quick refresher, the
41+
[*version requirement* syntax][Specifying Dependencies] Cargo uses for
4142
dependencies is:
4243

4344
Requirement | Example | Equivalence | Description

0 commit comments

Comments
 (0)