Skip to content

Commit a660a32

Browse files
authored
Update wasm-tools dependencies (#1343)
Keeping up-to-date.
1 parent 7ece07d commit a660a32

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 36 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ prettyplease = "0.2.20"
3131
syn = { version = "2.0.89", features = ["printing"] }
3232
futures = "0.3.31"
3333

34-
wat = "1.235.0"
35-
wasmparser = "0.235.0"
36-
wasm-encoder = "0.235.0"
37-
wasm-metadata = { version = "0.235.0", default-features = false }
38-
wit-parser = "0.235.0"
39-
wit-component = "0.235.0"
40-
wasm-compose = "0.235.0"
34+
wat = "1.236.0"
35+
wasmparser = "0.236.0"
36+
wasm-encoder = "0.236.0"
37+
wasm-metadata = { version = "0.236.0", default-features = false }
38+
wit-parser = "0.236.0"
39+
wit-component = "0.236.0"
40+
wasm-compose = "0.236.0"
4141

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

0 commit comments

Comments
 (0)