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

Update MSRV to 1.56 #660

Merged
merged 1 commit into from Aug 22, 2022
Merged

Update MSRV to 1.56 #660

merged 1 commit into from Aug 22, 2022

Conversation

dbr
Copy link
Contributor

@dbr dbr commented Aug 18, 2022

As noted in #658 - indirect dependency now requires 2021 edition, which forces us to 1.56

Noted in the changelog, and CI

We could probably workaround this in some way (and technically people can pin that dep back and it'll still work in 1.54).. but given we have minimal reason to be conservative with our MSRV (imgui-rs isn't a widely used low-level libray thing like serde or whatever), just bumping it to "lowest version which doesn't cause us trouble" is a good compromise

The winit->x11-dl 2.22.0 dependency now requires the 2021 edition which forces us to at least Rust 1.56 (at least on Linux)
@dbr dbr merged commit f5da97d into imgui-rs:main Aug 22, 2022
@dbr dbr deleted the bumpmsrv branch December 2, 2022 02:40
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.

None yet

2 participants