update bumpalo#2513
Conversation
alexcrichton
left a comment
There was a problem hiding this comment.
Thanks! Although FWIW this shouldn't be necessary because the version requirement here is "3.x.x, minimum 3.14.0", which is compatible with Wasmtime's requirement of 3.20. Out of curiosity, how did the conflict arise?
Nevertheless this is still fine to merge, so I'll flag it as such here.
Hey @alexcrichton! ✋ I am upgrading dependencies in the project NethermindEth/stellar-private-payments#191 and there was a conflict with the latest wast (https://github.com/NethermindEth/stellar-private-payments/blob/feature-protocol-26/circuits/build.rs#L874). But you're absolutely right - just updating it in Cargo.lock solved the issue. Thanks a lot for a quick feedback! |
Hey guys!
Thanks a lot for your tremendous work over wasm rust tooling!
A small PR to update
bumpaloas the old version causes version conflicts (https://github.com/bytecodealliance/wasmtime/blob/main/Cargo.toml#L374)