Skip to content

Commit ad7ece2

Browse files
committed
fix: Dont mention lockfile policy
We are in documentation transition so nothing to really link to.
1 parent fd464ac commit ad7ece2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

text/3502-cargo-script.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,7 @@ to do interactive whitebox testing of private code within a larger project.
10861086
[Lockfiles](https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html)
10871087
record the exact version used for every possible dependency to ensure
10881088
reproducibility. In particular, this protects against upgrading to broken
1089-
versions and allows continued use of a yanked version. At this time, the
1090-
recommendation is for
1091-
[`bin`s to persist their lockfile while `lib`s do not](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries).
1089+
versions and allows continued use of a yanked version.
10921090

10931091
With multi-file packages, `cargo` writes a `Cargo.lock` file to the package
10941092
directory. As there is no package directory for single-file packages, we need

0 commit comments

Comments
 (0)