File tree Expand file tree Collapse file tree 8 files changed +16
-17
lines changed Expand file tree Collapse file tree 8 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cargo-generate-lockfile - Generate the lockfile for a package
1111## DESCRIPTION
1212
1313This command will create the ` Cargo.lock ` lockfile for the current package or
14- workspace. If the lockfile already exists, it will be rebuilt if there are any
15- manifest changes or dependency updates .
14+ workspace. If the lockfile already exists, it will be rebuilt with the latest
15+ available version of every package .
1616
1717See also {{man "cargo-update" 1}} which is also capable of creating a ` Cargo.lock `
1818lockfile and has more options for controlling update behavior.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cargo-update - Update dependencies as recorded in the local lock file
1111## DESCRIPTION
1212
1313This command will update dependencies in the ` Cargo.lock ` file to the latest
14- version. It requires that the ` Cargo.lock ` file already exists as generated
15- by commands such as {{man "cargo-build" 1}} or {{man "cargo-generate-lockfile" 1}} .
14+ version. If the ` Cargo.lock ` file does not exist, it will be created with the
15+ latest available versions .
1616
1717## OPTIONS
1818
Original file line number Diff line number Diff line change 88
99DESCRIPTION
1010 This command will create the Cargo.lock lockfile for the current package
11- or workspace. If the lockfile already exists, it will be rebuilt if
12- there are any manifest changes or dependency updates .
11+ or workspace. If the lockfile already exists, it will be rebuilt with
12+ the latest available version of every package .
1313
1414 See also cargo-update(1) which is also capable of creating a Cargo.lock
1515 lockfile and has more options for controlling update behavior.
Original file line number Diff line number Diff line change 88
99DESCRIPTION
1010 This command will update dependencies in the Cargo.lock file to the
11- latest version. It requires that the Cargo.lock file already exists as
12- generated by commands such as cargo-build(1) or
13- cargo-generate-lockfile(1).
11+ latest version. If the Cargo.lock file does not exist, it will be
12+ created with the latest available versions.
1413
1514OPTIONS
1615 Update Options
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cargo-generate-lockfile - Generate the lockfile for a package
1111## DESCRIPTION
1212
1313This command will create the ` Cargo.lock ` lockfile for the current package or
14- workspace. If the lockfile already exists, it will be rebuilt if there are any
15- manifest changes or dependency updates .
14+ workspace. If the lockfile already exists, it will be rebuilt with the latest
15+ available version of every package .
1616
1717See also [ cargo-update(1)] ( cargo-update.md ) which is also capable of creating a ` Cargo.lock `
1818lockfile and has more options for controlling update behavior.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cargo-update - Update dependencies as recorded in the local lock file
1111## DESCRIPTION
1212
1313This command will update dependencies in the ` Cargo.lock ` file to the latest
14- version. It requires that the ` Cargo.lock ` file already exists as generated
15- by commands such as [ cargo-build(1) ] ( cargo-build.md ) or [ cargo-generate-lockfile(1) ] ( cargo-generate-lockfile.md ) .
14+ version. If the ` Cargo.lock ` file does not exist, it will be created with the
15+ latest available versions .
1616
1717## OPTIONS
1818
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cargo\-generate\-lockfile \- Generate the lockfile for a package
99\fB cargo generate \- lockfile \fR [\fI options \fR ]
1010.SH "DESCRIPTION"
1111This command will create the \fB Cargo.lock \fR lockfile for the current package or
12- workspace. If the lockfile already exists, it will be rebuilt if there are any
13- manifest changes or dependency updates .
12+ workspace. If the lockfile already exists, it will be rebuilt with the latest
13+ available version of every package .
1414.sp
1515See also \fB cargo \- update \fR (1) which is also capable of creating a \fB Cargo.lock \fR
1616lockfile and has more options for controlling update behavior.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cargo\-update \- Update dependencies as recorded in the local lock file
99\fB cargo update \fR [\fI options \fR ]
1010.SH "DESCRIPTION"
1111This command will update dependencies in the \fB Cargo.lock \fR file to the latest
12- version. It requires that the \fB Cargo.lock \fR file already exists as generated
13- by commands such as \fB cargo \- build \fR (1) or \fB cargo \- generate \- lockfile \fR (1) .
12+ version. If the \fB Cargo.lock \fR file does not exist, it will be created with the
13+ latest available versions .
1414.SH "OPTIONS"
1515.SS "Update Options"
1616.sp
You can’t perform that action at this time.
0 commit comments