Skip to content

Commit

Permalink
Update wasm-tools dependencies
Browse files Browse the repository at this point in the history
Mostly hygiene, nothing major.
  • Loading branch information
alexcrichton committed Sep 18, 2023
1 parent 0b19bc3 commit 130384b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
54 changes: 28 additions & 26 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ clap = { version = "4.3.19", features = ["derive"] }
env_logger = "0.10.0"
indexmap = "2.0.0"

wasm-encoder = "0.32.0"
wasm-metadata = "0.10.3"
wit-parser = "0.11.0"
wit-component = "0.14.0"
wasm-encoder = "0.33.1"
wasm-metadata = "0.10.5"
wit-parser = "0.11.1"
wit-component = "0.14.2"

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

0 comments on commit 130384b

Please sign in to comment.