Skip to content

Commit

Permalink
docs(changelog): Clarify language for Cargo.lock policy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 30, 2023
1 parent a873df5 commit fc4a81d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

### Documentation

- ❗ Policy change: always check `Cargo.lock` in verison control, even for
libraries. Lockfile and CI integration documentations are also expanded.
- ❗ Policy change: Checking `Cargo.lock` into version control is now the default choice,
even for libraries. Lockfile and CI integration documentations are also expanded.
[Policy docs](https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control),
[Lockfile docs](https://doc.rust-lang.org/nightly/cargo/guide/cargo-toml-vs-cargo-lock.html),
[CI docs](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html),
Expand Down

0 comments on commit fc4a81d

Please sign in to comment.