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
11
11
## DESCRIPTION
12
12
13
13
This 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 .
16
16
17
17
See also {{man "cargo-update" 1}} which is also capable of creating a ` Cargo.lock `
18
18
lockfile 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
11
11
## DESCRIPTION
12
12
13
13
This 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 .
16
16
17
17
## OPTIONS
18
18
Original file line number Diff line number Diff line change 8
8
9
9
DESCRIPTION
10
10
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 .
13
13
14
14
See also cargo-update(1) which is also capable of creating a Cargo.lock
15
15
lockfile and has more options for controlling update behavior.
Original file line number Diff line number Diff line change 8
8
9
9
DESCRIPTION
10
10
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.
14
13
15
14
OPTIONS
16
15
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
11
11
## DESCRIPTION
12
12
13
13
This 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 .
16
16
17
17
See also [ cargo-update(1)] ( cargo-update.md ) which is also capable of creating a ` Cargo.lock `
18
18
lockfile 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
11
11
## DESCRIPTION
12
12
13
13
This 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 .
16
16
17
17
## OPTIONS
18
18
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ cargo\-generate\-lockfile \- Generate the lockfile for a package
9
9
\fB cargo generate \- lockfile \fR [\fI options \fR ]
10
10
.SH "DESCRIPTION"
11
11
This 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 .
14
14
.sp
15
15
See also \fB cargo \- update \fR (1) which is also capable of creating a \fB Cargo.lock \fR
16
16
lockfile 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
9
9
\fB cargo update \fR [\fI options \fR ]
10
10
.SH "DESCRIPTION"
11
11
This 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 .
14
14
.SH "OPTIONS"
15
15
.SS "Update Options"
16
16
.sp
You can’t perform that action at this time.
0 commit comments