You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
record the exact version used for every possible dependency to ensure
1088
1088
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.
1092
1090
1093
1091
With multi-file packages, `cargo` writes a `Cargo.lock` file to the package
1094
1092
directory. As there is no package directory for single-file packages, we need
0 commit comments