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

Add MSRV policy regarding wasm-bindgen #162

Merged
merged 5 commits into from Mar 5, 2024
Merged

Add MSRV policy regarding wasm-bindgen #162

merged 5 commits into from Mar 5, 2024

Conversation

notgull
Copy link
Member

@notgull notgull commented Mar 3, 2024

wasm-bindgen recently bumped its MSRV to v1.73, which is much higher
than our MSRV of 1.64. Add an note to the README describing our MSRV
policy, and then test for it in CI.


cc @daxpedda

wasm-bindgen recently bumped its MSRV to v1.73, which is much higher
than our MSRV of 1.64. Add an note to the README describing our MSRV
policy, and then test for it in CI.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull mentioned this pull request Mar 3, 2024
Copy link
Member

@daxpedda daxpedda left a comment

Choose a reason for hiding this comment

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

wasm-bindgens MSRV is v1.60, but bumpalo, one of its dependencies, has been raised. This is hopefully something Cargo can fix in the future: rust-lang/cargo#9930.

Otherwise LGTM.

@@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust_version: ["1.64", stable, nightly]
rust_version: ["1.64", "1.73", stable, nightly]
Copy link
Member

Choose a reason for hiding this comment

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

We should rather pin bumpalo, as in daxpedda/web-time@5f49b76.

Comment on lines +21 to +22
When the `wasm-bindgen-0-2` feature is enabled, the MSRV of this crate will be
raised to the MSRV of the latest version of `wasm-bindgen`.
Copy link
Member

Choose a reason for hiding this comment

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

I think this change is good, because wasm-bingen still does not have an official MSRV policy.

Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
Signed-off-by: John Nunley <dev@notgull.net>
@notgull notgull requested a review from daxpedda March 5, 2024 04:52
@notgull notgull merged commit 41f014d into master Mar 5, 2024
4 checks passed
@notgull notgull deleted the notgull/bindgen branch March 5, 2024 14:47
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.

None yet

2 participants