Skip to content

Conversation

dhardy
Copy link
Member

@dhardy dhardy commented Oct 20, 2025

Removes Cargo.lock.msrv and updates CI jobs. See conversation after #1668 was merged.

@dhardy dhardy requested a review from newpavlov October 20, 2025 13:25
Comment on lines 88 to 90
- name: MSRV
if: ${{ matrix.variant == 'MSRV' }}
run: cp Cargo.lock.msrv Cargo.lock
if: ${{ matrix.variant != 'MSRV' }}
run: cargo generate-lockfile --ignore-rust-version
Copy link
Member Author

Choose a reason for hiding this comment

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

Feels strange to do it this way, but I think it does what we want: test the latest possible dependencies except in the MSRV build.

Copy link
Member

Choose a reason for hiding this comment

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

You probably should modify name of the step.

@dhardy dhardy force-pushed the push-nrwwpuwzpouy branch from 5df9c01 to 15e9e23 Compare October 20, 2025 14:46
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