Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dead link in posts/2023-08-29-committing-lockfiles.md #1172

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
Loading