Skip to content

Commit abe461c

Browse files
authored
docs: lockfile is always included since 1.84 (#15257)
### What does this PR try to resolve? This was changed in <#14815> since 1.84 but we missed some doc updates.
2 parents d67810f + 74544f1 commit abe461c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ The following files are always included:
408408

409409
* The `Cargo.toml` file of the package itself is always included, it does not
410410
need to be listed in `include`.
411-
* A minimized `Cargo.lock` is automatically included if the package contains a
412-
binary or example target, see [`cargo package`] for more information.
411+
* A minimized `Cargo.lock` is automatically included.
412+
See [`cargo package`] for more information.
413413
* If a [`license-file`](#the-license-and-license-file-fields) is specified, it
414414
is always included.
415415

0 commit comments

Comments
 (0)