Skip to content

Commit

Permalink
Update wasm-tools crates (#932)
Browse files Browse the repository at this point in the history
Nothing major here, only minor updates.
  • Loading branch information
alexcrichton authored Apr 22, 2024
1 parent b3c42db commit bff62be
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.202.0"
wasm-encoder = "0.202.0"
wasm-metadata = "0.202.0"
wit-parser = "0.202.0"
wit-component = "0.202.0"
wasmparser = "0.205.0"
wasm-encoder = "0.205.0"
wasm-metadata = "0.205.0"
wit-parser = "0.205.0"
wit-component = "0.205.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 bff62be

Please sign in to comment.