cfallin opened PR #12828 from cfallin:rust-1.92-msrv to bytecodealliance:main:
This is slightly overdue as 1.94.0 was released on 2026-03-05; this brings us back up to date with our N-2 policy.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
cfallin requested fitzgen for a review on PR #12828.
cfallin requested wasmtime-default-reviewers for a review on PR #12828.
cfallin updated PR #12828.
fitzgen submitted PR review.
cfallin requested dicej for a review on PR #12828.
cfallin requested wasmtime-core-reviewers for a review on PR #12828.
cfallin updated PR #12828.
cfallin unassigned dicej from PR #12828 Bump MSRV to 1.92.0..
cfallin commented on PR #12828:
There's a slightly tricky bit with the
min-platformtest (shown in CI failure) where moving MSRV to 1.92 bumped its build to use 1.94 (explicitly) which requires terminal IO WASI interfaces; we need to stub those out in themin-platformexample. Since it's an example only, we're just stubbing it out, and fairly low criticality, I'll go ahead and merge but happy to iterate on it later if needed.
cfallin has enabled auto merge for PR #12828.
cfallin added PR #12828 Bump MSRV to 1.92.0. to the merge queue
cfallin merged PR #12828.
cfallin removed PR #12828 Bump MSRV to 1.92.0. from the merge queue
Last updated: Apr 12 2026 at 23:10 UTC