mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
doc: add explicit example with ^ and leading 0
Since the leading 0 is treated a bit special, its worth it to have an explicit example to match the above example of the major version being > 0.
This commit is contained in:
parent
489f570d47
commit
996197094c
@ -42,6 +42,7 @@ be allowed with them:
|
||||
^1.2 := >=1.2.0 <2.0.0
|
||||
^1 := >=1.0.0 <2.0.0
|
||||
^0.2.3 := >=0.2.3 <0.3.0
|
||||
^0.2 := >= 0.2.0 < 0.3.0
|
||||
^0.0.3 := >=0.0.3 <0.0.4
|
||||
^0.0 := >=0.0.0 <0.1.0
|
||||
^0 := >=0.0.0 <1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user