Skip to content

Commit 7039064

Browse files
committed
doc: nudge towards simple version requirements
1 parent 7aa646d commit 7039064

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ versions before 1.0.0. While SemVer says there is no compatibility before
4848
1.0.0, Cargo considers `0.x.y` to be compatible with `0.x.z`, where `y ≥ z`
4949
and `x > 0`.
5050

51-
It is possible to further tweak the logic for selecting compatible version,
52-
using several requirements operators, though it shouldn't be necessary most of
53-
the time.
51+
It is possible to further tweak the logic for selecting compatible version using
52+
special operators, though it shouldn't be necessary most of the time.
5453

5554
### Caret requirements
5655

0 commit comments

Comments
 (0)