Skip to content

Commit

Permalink
Update wasm-tools dependencies (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 20, 2024
1 parent a955ee4 commit f2b916a
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.207.0"
wasm-encoder = "0.207.0"
wasm-metadata = "0.207.0"
wit-parser = "0.207.0"
wit-component = "0.207.0"
wasmparser = "0.208.0"
wasm-encoder = "0.208.0"
wasm-metadata = "0.208.0"
wit-parser = "0.208.0"
wit-component = "0.208.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 f2b916a

Please sign in to comment.