]> git.proxmox.com Git - cargo.git/commitdiff
doc: nudge towards simple version requirements
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 4 Dec 2021 08:01:01 +0000 (11:01 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sun, 5 Dec 2021 11:47:01 +0000 (14:47 +0300)
src/doc/src/reference/specifying-dependencies.md

index b532251beb14813077714f70ab67d30bd946e62f..2668fed215f9e7acc65c3c6009fa0ef436a20db9 100644 (file)
@@ -48,9 +48,8 @@ versions before 1.0.0. While SemVer says there is no compatibility before
 1.0.0, Cargo considers `0.x.y` to be compatible with `0.x.z`, where `y ≥ z`
 and `x > 0`.
 
-It is possible to further tweak the logic for selecting compatible version,
-using several requirements operators, though it shouldn't be necessary most of
-the time. 
+It is possible to further tweak the logic for selecting compatible version using
+special operators, though it shouldn't be necessary most of the time.
 
 ### Caret requirements