-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
regalloc2 upgrade being pulled in somehow with older versions of wasmtime crate #9192
Comments
cc @cfallin and @elliottt, could y'all yank 0.9.4 of regalloc2 and republish it as 0.10.0? Locally I see:
and it looks like this method was removed in 0.9.4 |
Will do, sorry about the trouble! |
I've yanked 0.9.4, and will release 0.10.0 on Tuesday. I'll update wasmtime at the same time 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did a cargo update today with no other changes. wasmtime crate is v15. No other bytecodealliance crates. Build failed on cranelift vscode because something is pulling in a newer version of regalloc2. Is something in wasmtime just pulling in the most recent of something? Just guessing.
The text was updated successfully, but these errors were encountered: