We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39a727 commit 6fed4c2Copy full SHA for 6fed4c2
src/bin/upgrade/main.rs
@@ -58,7 +58,7 @@ All packages in the workspace will be upgraded if the `--all` flag is supplied.
58
be supplied in the presence of a virtual manifest.
59
60
If the '--to-lockfile' flag is supplied, all dependencies will be upgraded to the currently locked
61
-version as recorded in the Cargo.lock file. This flags requires that the Cargo.lock file is
+version as recorded in the Cargo.lock file. This flag requires that the Cargo.lock file is
62
up-to-date. If the lock file is missing, or it needs to be updated, cargo-upgrade will exit with an
63
error. If the '--to-lockfile' flag is supplied then the network won't be accessed."
64
)]
0 commit comments