Skip to content

Migrate to Rust 2024 edition#52

Merged
mdsteele merged 1 commit into
mdsteele:masterfrom
russellbanks:edition-2024
May 30, 2026
Merged

Migrate to Rust 2024 edition#52
mdsteele merged 1 commit into
mdsteele:masterfrom
russellbanks:edition-2024

Conversation

@russellbanks
Copy link
Copy Markdown
Contributor

This pull request migrates msi to use Rust 2024 edition.

Since Rust 2024 edition was stabilised with Rust 1.85, this specifies an MSRV of 1.85. Previously, the msi crate did not make any guarantees around MSRV. However, by using cargo-msrv, I found this to be Rust 1.78. Rust 1.85 was released on the 20th February 2025.

Migration followed the steps in Transitioning an existing project to a new edition

@mdsteele mdsteele merged commit 88c4f19 into mdsteele:master May 30, 2026
4 checks passed
@mdsteele
Copy link
Copy Markdown
Owner

Thank you!

@russellbanks russellbanks deleted the edition-2024 branch May 31, 2026 00:33
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