Skip to content

Commit 7aa646d

Browse files
matkladweihanglo
andauthored
Update src/doc/src/reference/specifying-dependencies.md
Co-authored-by: Weihang Lo <[email protected]>
1 parent 519aaa8 commit 7aa646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ versions and allows SemVer compatible updates. An update is allowed if the new
2525
version number does not modify the left-most non-zero digit in the major, minor,
2626
patch grouping. In this case, if we ran `cargo update -p time`, cargo should
2727
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`,
28+
update us to `0.2.0`. If instead we had specified the version string as `1.0`,
2929
cargo should update to `1.1` if it is the latest `1.y` release, but not `2.0`.
3030
The version `0.0.x` is not considered compatible with any other version.
3131

0 commit comments

Comments
 (0)