Skip to content

Commit

Permalink
bump crates when wasm-tools updated (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Feb 23, 2023
1 parent 5fa5f53 commit 40b24be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wit-bindgen-cli"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
version = "0.3.0"
edition.workspace = true
edition = { workspace = true }
repository = 'https://github.com/bytecodealliance/wit-bindgen'
license = "Apache-2.0 WITH LLVM-exception"
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
Expand All @@ -29,11 +29,11 @@ clap = { version = "4.0.9", features = ["derive"] }
env_logger = "0.9.1"
indexmap = "1.9.1"

wasm-encoder = "0.24.0"
wasm-metadata = "0.2.0"
wasm-encoder = "0.24.1"
wasm-metadata = "0.3.0"
wat = "1.0.59"
wit-parser = "0.6.1"
wit-component = "0.7.0"
wit-parser = "0.6.2"
wit-component = "0.7.1"

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

0 comments on commit 40b24be

Please sign in to comment.