Skip to content

Add an MSRV policy; test against the MSRV.#7

Merged
brghena merged 1 commit intotock:mainfrom
jrvanwhy:msrv
Feb 4, 2026
Merged

Add an MSRV policy; test against the MSRV.#7
brghena merged 1 commit intotock:mainfrom
jrvanwhy:msrv

Conversation

@jrvanwhy
Copy link
Contributor

This adds an MSRV policy to tock-registers. This policy currently matches libtock-rs: bump to a newer stable release anytime doing so is convenient. This MSRV is specified in Cargo.toml and, when combined with #6, tests it in CI.

1.82 is the earlier stable Rust version that can run cargo clippy without warnings (earlier version give the error clippy::unused_result_ok). Note that 1.82 does not support the 2024 edition, if we want to update that then we should switch to 1.85.

This adds an MSRV policy to tock-registers. This policy currently matches libtock-rs: bump to a newer stable release anytime doing so is convenient. This MSRV is specified in Cargo.toml and is tested against in CI.
Copy link
Contributor

@brghena brghena left a comment

Choose a reason for hiding this comment

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

Looks good to me. Updating to a newer version of Rust can be spun into other updates to the system.

@brghena brghena merged commit d28e834 into tock:main Feb 4, 2026
1 check 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.

2 participants