Skip to content

Commit 1e8b241

Browse files
authored
Update wasm-tools to 229 (#1276)
1 parent be0de78 commit 1e8b241

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ prettyplease = "0.2.20"
3131
syn = { version = "2.0.89", features = ["printing"] }
3232
futures = "0.3.31"
3333

34-
wat = "1.228.0"
35-
wasmparser = "0.228.0"
36-
wasm-encoder = "0.228.0"
37-
wasm-metadata = { version = "0.228.0", default-features = false }
38-
wit-parser = "0.228.0"
39-
wit-component = "0.228.0"
34+
wat = "1.229.0"
35+
wasmparser = "0.229.0"
36+
wasm-encoder = "0.229.0"
37+
wasm-metadata = { version = "0.229.0", default-features = false }
38+
wit-parser = "0.229.0"
39+
wit-component = "0.229.0"
4040

4141
wit-bindgen-core = { path = 'crates/core', version = '0.41.0' }
4242
wit-bindgen-c = { path = 'crates/c', version = '0.41.0' }

0 commit comments

Comments
 (0)