Skip to content

Commit 5a27b1d

Browse files
committed
Tweaks to language
1 parent 6b95a29 commit 5a27b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2023-09-01-committing-lockfiles.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ For years, the Cargo team has encouraged Rust developers to
1010
We now recommend people
1111
[do what is best for their project](https://doc.rust-lang.org/nightly/cargo/faq.html#why-have-cargolock-in-version-control).
1212
To help people make a decision, we do include some considerations and suggest
13-
committing `Cargo.lock` as a starting point in your decision making.
13+
committing `Cargo.lock` as a starting point in their decision making.
1414
To align with that starting point, `cargo new` will no longer ignore
1515
`Cargo.lock` for libraries as of nightly-2023-08-24.
16-
Regardless of what decision you make, we encourage regular
17-
[testing against your latest dependencies](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html#verifying-latest-dependencies).
16+
Regardless of what decision projects make, we encourage regular
17+
[testing against their latest dependencies](https://doc.rust-lang.org/nightly/cargo/guide/continuous-integration.html#verifying-latest-dependencies).
1818

1919
## Background
2020

0 commit comments

Comments
 (0)