Skip to content

Commit 40b24be

Browse files
authored
bump crates when wasm-tools updated (#521)
1 parent 5fa5f53 commit 40b24be

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -2,7 +2,7 @@
22
name = "wit-bindgen-cli"
33
authors = ["Alex Crichton <alex@alexcrichton.com>"]
44
version = "0.3.0"
5-
edition.workspace = true
5+
edition = { workspace = true }
66
repository = 'https://github.com/bytecodealliance/wit-bindgen'
77
license = "Apache-2.0 WITH LLVM-exception"
88
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
@@ -29,11 +29,11 @@ clap = { version = "4.0.9", features = ["derive"] }
2929
env_logger = "0.9.1"
3030
indexmap = "1.9.1"
3131

32-
wasm-encoder = "0.24.0"
33-
wasm-metadata = "0.2.0"
32+
wasm-encoder = "0.24.1"
33+
wasm-metadata = "0.3.0"
3434
wat = "1.0.59"
35-
wit-parser = "0.6.1"
36-
wit-component = "0.7.0"
35+
wit-parser = "0.6.2"
36+
wit-component = "0.7.1"
3737

3838
wit-bindgen-core = { path = 'crates/bindgen-core', version = '0.3.0' }
3939
wit-bindgen-gen-guest-c = { path = 'crates/gen-guest-c', version = '0.3.0' }

0 commit comments

Comments
 (0)