Skip to content

Conversation

@baloo
Copy link
Contributor

@baloo baloo commented Apr 1, 2025

Dependencies might release minor versions with updated MSRV. Without having Cargo.lock in version control, we lose control over the MSRV we can guarantee and check in CI. (This currently happens with base64ct which released from 1.6.0 (MSRV 1.60) to 1.7.3 (MSRV 1.81)).

Like suggested in the FAQ, this commit removes the gitignore entry for Cargo.lock

Dependencies might release minor versions with updated MSRV. Without
having `Cargo.lock` in version control, we lose control over the MSRV
we can guarantee and check in CI.

Like suggested in the [FAQ], this commit removes the gitignore entry for
`Cargo.lock`


[FAQ]: https://doc.rust-lang.org/cargo/faq.html#why-have-cargolock-in-version-control


Signed-off-by: Arthur Gautier <[email protected]>
@baloo baloo force-pushed the baloo/cargo-lock branch from b68e391 to acfa700 Compare April 1, 2025 04:04
@baloo baloo closed this Apr 1, 2025
@baloo baloo deleted the baloo/cargo-lock branch April 1, 2025 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant