Skip to content

Remove Cargo.lock.msrv#52

Merged
dhardy merged 1 commit intomasterfrom
push-nmsklzkltvky
Feb 11, 2026
Merged

Remove Cargo.lock.msrv#52
dhardy merged 1 commit intomasterfrom
push-nmsklzkltvky

Conversation

@dhardy
Copy link
Copy Markdown
Member

@dhardy dhardy commented Feb 10, 2026

We don't need this any more since the resolver is now version-aware. This change was already made to other rand repos (e.g. rust-random/rand#1672).

(I don't think we need to mention this in the CHANGELOG, or particularly care whether this gets merged before or after the release.)

@dhardy dhardy requested a review from mstoeckl February 10, 2026 13:11
Copy link
Copy Markdown
Contributor

@mstoeckl mstoeckl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. (I see rand later dropped the cargo generate-lockfile --ignore-rust-version step in favor of a fixed Cargo.lock, but rand_distr doesn't currently require an exact rc version for a specific dependency...)

@dhardy
Copy link
Copy Markdown
Member Author

dhardy commented Feb 11, 2026

Fixing Cargo.lock was a separate thing. We don't need that so long as any pre-release versions are pinned (e.g. =1.2.3-pre.0).

@dhardy dhardy merged commit d87f986 into master Feb 11, 2026
14 checks passed
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.

2 participants