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/man/cargo-update.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ revision (such as a SHA hash or tag).
46
46
While not recommended, you can specify a yanked version of a package (nightly only).
47
47
When possible, try other non-yanked SemVer-compatible versions or seek help
48
48
from the maintainers of the package.
49
+
50
+
A compatible `pre-release` version can also be specified even when the version requirement in `Cargo.toml` doesn't contain any pre-release identifer (nightly only).
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>A compatible <code>pre-release</code> version can also be specified even when the version requirement in <code>Cargo.toml</code> doesn’t contain any pre-release identifer (nightly only).</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
+
A compatible \fBpre\-release\fR version can also be specified even when the version requirement in \fBCargo.toml\fR doesn\[cq]t contain any pre\-release identifer (nightly only).
0 commit comments