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

set msrv to 1.65.0 #111

Merged
merged 1 commit into from
Dec 9, 2024
Merged

set msrv to 1.65.0 #111

merged 1 commit into from
Dec 9, 2024

Conversation

folkertdev
Copy link
Collaborator

@folkertdev folkertdev commented Dec 9, 2024

in practice 1.65.0 is needed for our test suite. It's the version that stabilized let-else, so it makes sense that dependencies would pick it as their msrv.

@folkertdev folkertdev force-pushed the set-msrv branch 4 times, most recently from 8a7709c to 13b81d0 Compare December 9, 2024 09:49
@folkertdev folkertdev changed the title set msrv to 1.63.0 set msrv to 1.65.0 Dec 9, 2024
@folkertdev folkertdev requested a review from bjorn3 December 9, 2024 10:53
@bjorn3
Copy link
Collaborator

bjorn3 commented Dec 9, 2024

Debian is currently at 1.63: https://packages.debian.org/bookworm/rustc Some packages choose the rustc available in the latest stable Debian release as MSRV.

@folkertdev
Copy link
Collaborator Author

Right, I wanted to use that, because it is the earliest that the library itself compiles with, but the tests (the regex crate, apparently) require 1.65.

The changes in the next release are that some very deprecated stuff got removed, and we add the option for libbz2-rs-sys, which already has a much higher MSRV (at the moment). In other words: there is no reason anyone really needs to upgrade; the old versions work fine. That is why I think bumping to 1.65 is justified.

@bjorn3
Copy link
Collaborator

bjorn3 commented Dec 9, 2024

So you intend to make the next release 0.5.0? In that case LGTM.

@folkertdev
Copy link
Collaborator Author

Yes we have to, we've removed api surface in #109

@folkertdev folkertdev merged commit 1cda2d5 into master Dec 9, 2024
20 checks passed
@bjorn3 bjorn3 deleted the set-msrv branch December 9, 2024 11:34
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