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

Bump the MSRV from 1.69 to 1.70 #4221

Merged
merged 12 commits into from Sep 21, 2023
Merged

Bump the MSRV from 1.69 to 1.70 #4221

merged 12 commits into from Sep 21, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

@Michael-F-Bryan Michael-F-Bryan commented Sep 20, 2023

The clap crate upgraded its MSRV from 1.64 to 1.70 when releasing v4.4.0 (clap-rs/clap#5086). That is forcing the webc crate to bump the MSRV for its workspace, which in turn forces us to bump the Wasmer repo's MSRV.

I've also included an integration test which will make it easier to keep the MSRV in sync in the future. The idea is to automatically detect files you've forgotten to bump the MRSV for, update them, then fail the test with a "lib/wasi-web/Cargo.toml" was not up to date and has been updated. Please commit the changes and re-run the tests message. The MSRV value is all driven from the rust-version in our root Cargo.toml file.

I've also added the --locked flag to all commands in the Makefile. That way, when CI does a build or runs tests, it is guaranteed to use the exact versions mentioned in Cargo.lock, and can't automatically use newer versions.

@Michael-F-Bryan Michael-F-Bryan merged commit 74623c4 into master Sep 21, 2023
52 of 53 checks passed
@Michael-F-Bryan Michael-F-Bryan deleted the bump-msrv branch September 21, 2023 11:11
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