Skip to content

Commit de8dd39

Browse files
authored
Update wasm-tools crates (#1154)
Keeping up-to-date
1 parent b601633 commit de8dd39

File tree

2 files changed

+47
-41
lines changed

2 files changed

+47
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ prettyplease = "0.2.20"
3333
syn = { version = "2.0.89", features = ["printing"] }
3434
futures = "0.3.31"
3535

36-
wasmparser = "0.224.0"
37-
wasm-encoder = "0.224.0"
38-
wasm-metadata = "0.224.0"
39-
wit-parser = "0.224.0"
40-
wit-component = "0.224.0"
36+
wasmparser = "0.225.0"
37+
wasm-encoder = "0.225.0"
38+
wasm-metadata = "0.225.0"
39+
wit-parser = "0.225.0"
40+
wit-component = "0.225.0"
4141

4242
wit-bindgen-core = { path = 'crates/core', version = '0.38.0' }
4343
wit-bindgen-c = { path = 'crates/c', version = '0.38.0' }

0 commit comments

Comments
 (0)