Skip to content

Conversation

@simonwuelker
Copy link
Contributor

@simonwuelker simonwuelker commented Oct 28, 2025

Our MSRV is 1.70, parking_lot 0.12.5 needs 1.71. I was not able to tell cargo to pick compatible versions for both parking_lot, parking_lot_core and lock_api. (We can pin parking_lot in Cargo.toml but that seems to make cargo ignore the specified versions for the other two)

1.71 was released in summer of 2023 so upgrading should not be a problem.

@simonwuelker
Copy link
Contributor Author

Unblocks CI for #683

@simonwuelker simonwuelker marked this pull request as draft October 28, 2025 18:04
@simonwuelker
Copy link
Contributor Author

simonwuelker commented Oct 28, 2025

@simonwuelker simonwuelker changed the title Don't use parking_lot versions newer than 0.12.4 Bump MSRV to 1.71 Oct 28, 2025
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
@simonwuelker simonwuelker marked this pull request as ready for review October 28, 2025 18:11
Copy link
Contributor

@nicoburns nicoburns left a comment

Choose a reason for hiding this comment

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

Yeah, our MSRV is plenty conservative. It's annoying that people bumping MSRV in semver-compatible versions means that the MSRV you choose is pretty meaningless, but that's where we are.

@nicoburns nicoburns added this pull request to the merge queue Oct 28, 2025
Merged via the queue into servo:main with commit e57b106 Oct 28, 2025
8 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.

3 participants