Skip to content

Commit

Permalink
Update wasm-tools crates to 219.1 (#9439)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen authored Oct 10, 2024
1 parent a94c775 commit ae088ed
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 63 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,15 @@ wit-bindgen = { version = "0.33.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.33.0", default-features = false }

# wasm-tools family:
wasmparser = { version = "0.219.0", default-features = false }
wat = "1.219.0"
wast = "219.0.0"
wasmprinter = "0.219.0"
wasm-encoder = "0.219.0"
wasm-smith = "0.219.0"
wasm-mutate = "0.219.0"
wit-parser = "0.219.0"
wit-component = "0.219.0"
wasmparser = { version = "0.219.1", default-features = false }
wat = "1.219.1"
wast = "219.0.1"
wasmprinter = "0.219.1"
wasm-encoder = "0.219.1"
wasm-smith = "0.219.1"
wasm-mutate = "0.219.1"
wit-parser = "0.219.1"
wit-component = "0.219.1"

# Non-Bytecode Alliance maintained dependencies:
# --------------------------
Expand Down
Loading

0 comments on commit ae088ed

Please sign in to comment.