alexcrichton opened PR #6758 from alexcrichton:update-min-11
to bytecodealliance:release-11.0.0
:
This PR seeks to fix #6755 by updating the 11.0.0 release branch's minimum version requirements for a few crates. This brings in the CI proposed by https://github.com/bytecodealliance/wasmtime/pull/6757 and then gets it passing locally by updating our
clap
and oursystem-interface
dependencies. Note thatCargo.lock
is not changing here which is intentional because the goal is to have the lower bound of the dependency be what's inCargo.lock
which is what we're testing against.Also note that the actual modifications to dependency requirements is not needed on
main
due to other PRs that update dependencies. As such the dependency version requirements here are only required for the release branch.
alexcrichton has marked PR #6758 as ready for review.
alexcrichton requested fitzgen for a review on PR #6758.
alexcrichton requested wasmtime-default-reviewers for a review on PR #6758.
fitzgen submitted PR review.
alexcrichton merged PR #6758.
Last updated: Nov 22 2024 at 16:03 UTC