Skip to content

Commit d679d1a

Browse files
authored
Bump wasm-tools crates (#843)
Get them onto the updated release tracks
1 parent 285f0c6 commit d679d1a

File tree

2 files changed

+46
-35
lines changed

2 files changed

+46
-35
lines changed

Cargo.lock

Lines changed: 41 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ clap = { version = "4.3.19", features = ["derive"] }
2828
env_logger = "0.10.0"
2929
indexmap = "2.0.0"
3030

31-
wasmparser = "0.121.2"
32-
wasm-encoder = "0.41.2"
33-
wasm-metadata = "0.10.20"
34-
wit-parser = "0.14.0"
35-
wit-component = "0.21.0"
31+
wasmparser = "0.200.0"
32+
wasm-encoder = "0.200.0"
33+
wasm-metadata = "0.200.0"
34+
wit-parser = "0.200.0"
35+
wit-component = "0.200.0"
3636

3737
wit-bindgen-core = { path = 'crates/core', version = '0.18.0' }
3838
wit-bindgen-c = { path = 'crates/c', version = '0.18.0' }

0 commit comments

Comments
 (0)