You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/commands/cargo-update.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ the package to. If the package comes from a git repository, this can be a git
42
42
revision (such as a SHA hash or tag).</p>
43
43
<p>While not recommended, you can specify a yanked version of a package (nightly only).
44
44
When possible, try other non-yanked SemVer-compatible versions or seek help
45
-
from the maintainers of the package.</dd>
45
+
from the maintainers of the package.</p>
46
+
<p>It’s allows you choose any compatible <code>pre-release</code> version (nightly only) even when a pre-release is not specified by a projects <code>Cargo.toml</code>.</dd>
Copy file name to clipboardExpand all lines: src/etc/man/cargo-update.1
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ revision (such as a SHA hash or tag).
43
43
While not recommended, you can specify a yanked version of a package (nightly only).
44
44
When possible, try other non\-yanked SemVer\-compatible versions or seek help
45
45
from the maintainers of the package.
46
+
.sp
47
+
It\[cq]s allows you choose any compatible \fBpre\-release\fR version (nightly only) even when a pre\-release is not specified by a projects \fBCargo.toml\fR\&.
0 commit comments