Skip to content

Commit 11326a8

Browse files
committed
Update the wasm-tools family of crates to 1.235.0
1 parent a8e0d07 commit 11326a8

File tree

3 files changed

+86
-86
lines changed

3 files changed

+86
-86
lines changed

Cargo.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,16 +323,16 @@ wit-bindgen = { version = "0.42.1", default-features = false }
323323
wit-bindgen-rust-macro = { version = "0.42.1", default-features = false }
324324

325325
# wasm-tools family:
326-
wasmparser = { version = "0.234.0", default-features = false, features = ['simd'] }
327-
wat = "1.234.0"
328-
wast = "234.0.0"
329-
wasmprinter = "0.234.0"
330-
wasm-encoder = "0.234.0"
331-
wasm-smith = "0.234.0"
332-
wasm-mutate = "0.234.0"
333-
wit-parser = "0.234.0"
334-
wit-component = "0.234.0"
335-
wasm-wave = "0.234.0"
326+
wasmparser = { version = "0.235.0", default-features = false, features = ['simd'] }
327+
wat = "1.235.0"
328+
wast = "235.0.0"
329+
wasmprinter = "0.235.0"
330+
wasm-encoder = "0.235.0"
331+
wasm-smith = "0.235.0"
332+
wasm-mutate = "0.235.0"
333+
wit-parser = "0.235.0"
334+
wit-component = "0.235.0"
335+
wasm-wave = "0.235.0"
336336

337337
# Non-Bytecode Alliance maintained dependencies:
338338
# --------------------------

0 commit comments

Comments
 (0)