Skip to content

bump minimum Rust version to 1.85#129

Open
nbdd0121 wants to merge 1 commit intomainfrom
dev/1.85
Open

bump minimum Rust version to 1.85#129
nbdd0121 wants to merge 1 commit intomainfrom
dev/1.85

Conversation

@nbdd0121
Copy link
Copy Markdown
Member

Following the kernel minimum version bump in f32fb9c58a5b ("rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)"), pin-init can bump its minimum version to 1.85, too.

This removes the lint_reasons feature which is stabilized in 1.81 and the raw_ref_ops and new_uninit features which are stabilized in 1.82.

Copy link
Copy Markdown
Member

@BennoLossin BennoLossin left a comment

Choose a reason for hiding this comment

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

Thanks for doing this :)

We should also now record the minimum rust version in the Cargo.toml.

Following the kernel minimum version bump in f32fb9c58a5b ("rust: bump Rust
minimum supported version to 1.85.0 (Debian Trixie)"), pin-init can bump
its minimum version to 1.85, too.

This removes the `lint_reasons` feature which is stabilized in 1.81 and the
`raw_ref_ops` and `new_uninit` features which are stabilized in 1.82.

Signed-off-by: Gary Guo <gary@garyguo.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants