Skip to content

Commit

Permalink
Remove lines about Cargo.lock that I'm not sure are true
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen committed Aug 12, 2023
1 parent d79e166 commit 068ed5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Simply building the library should update the `Cargo.lock` file with the minimal

> [!NOTE]
> This is not normal / best practice for most libraries.
> If you are writing your own library, your `Cargo.lock` file is not used when the library is included in another project.
> This means your CI will be testing with an out of date set of dependencies compared to your users, missing potential problems.
> See the [official documentation](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries) for more information.
### CHANGELOG.md
Expand Down

0 comments on commit 068ed5a

Please sign in to comment.