Skip to content

Commit

Permalink
Update wasm-tools crates (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 8, 2024
1 parent 2622cf2 commit 55aa97c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
64 changes: 32 additions & 32 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 @@ -28,11 +28,11 @@ pulldown-cmark = { version = "0.9", default-features = false }
clap = { version = "4.3.19", features = ["derive"] }
indexmap = "2.0.0"

wasmparser = "0.206.0"
wasm-encoder = "0.206.0"
wasm-metadata = "0.206.0"
wit-parser = "0.206.0"
wit-component = "0.206.0"
wasmparser = "0.207.0"
wasm-encoder = "0.207.0"
wasm-metadata = "0.207.0"
wit-parser = "0.207.0"
wit-component = "0.207.0"

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

0 comments on commit 55aa97c

Please sign in to comment.