Skip to content
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

Update wasm-encoder/printer/wast to 0.218 #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nagisa
Copy link
Collaborator

@nagisa nagisa commented Nov 19, 2024

This matches the versions now used in nearcore.

github-merge-queue bot pushed a commit to near/nearcore that referenced this pull request Nov 21, 2024
This PR updates a number of dependency versions, mostly focusing on
reducing the scope at which we depend on `syn 1.0`. This ultimately is a
net-zero in the crate number as the dependency on syn ^1 couldn't be
removed quite yet, and whatever wins I was able to eke out went back
into duplication for `wasm-tools`.

`wasm-tools` updates in particular help us to get better coverage in our
fuzzers with e.g. `wasm-smith` generating more involved test samples
than it knew how to do before. Related PR
near/finite-wasm#78 helps with reducing the
additional duplication here.

In updates herein I took care to not touch crates that might affect the
protocol behaviour, only updating those that seemed particularly safe to
update. However there is one crate that I will update in a follow-up
that's going to be ever-so-slightly more risky: rkyv.
@nagisa nagisa changed the title Update wasm-encoder/printer/wast to 0.220. Update wasm-encoder/printer/wast to 0.218 Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant