alexcrichton opened PR #8796 from alexcrichton:update-msrv
to bytecodealliance:main
:
This accompanies today's release of Rust 1.79.0. This means that CI will now use the latest stable of 1.79.0 for testing primarily. Additionally this updates the pinned nightly commit used for testing to today's nightly and fixes a few warnings that uncovered. I plan on having a follow-up that leverages some new APIs and features in 1.77.0.
<!--
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
-->
alexcrichton requested abrown for a review on PR #8796.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #8796.
alexcrichton requested elliottt for a review on PR #8796.
alexcrichton requested wasmtime-core-reviewers for a review on PR #8796.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8796.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
This change is because rustc now warns that
target_os = "nebulet"
doesn't exist. I think that means the target was probably removed here. I don't know what nebulet is myself, though, so I'm just obeying rustc.
elliottt submitted PR review.
alexcrichton merged PR #8796.
Last updated: Nov 22 2024 at 16:03 UTC