We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519aaa8 commit 7aa646dCopy full SHA for 7aa646d
src/doc/src/reference/specifying-dependencies.md
@@ -25,7 +25,7 @@ versions and allows SemVer compatible updates. An update is allowed if the new
25
version number does not modify the left-most non-zero digit in the major, minor,
26
patch grouping. In this case, if we ran `cargo update -p time`, cargo should
27
update us to version `0.1.13` if it is the latest `0.1.z` release, but would not
28
-update us to `0.2.0`. If instead we had specified the version string as `^1.0`,
+update us to `0.2.0`. If instead we had specified the version string as `1.0`,
29
cargo should update to `1.1` if it is the latest `1.y` release, but not `2.0`.
30
The version `0.0.x` is not considered compatible with any other version.
31
0 commit comments