Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/2023-08-29-committing-lockfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ with your MSRV.
A lockfile is an appropriate way to pin versions for your project so you
can validate your MSRV but we found people were instead putting upperbounds on their
version requirements due to the strength of our prior guideline despite
[likely being a worse solution](https://doc.rust-lang.org/nightly/cargo/reference/specifying-dependencies.html#multiple-requirements).
[likely being a worse solution](https://doc.rust-lang.org/nightly/cargo/reference/specifying-dependencies.html#multiple-version-requirements).

The wider software development ecosystem has also changed a lot in the
intervening time.
Expand Down