Skip to content

Commit

Permalink
Update wasm-tools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 9, 2024
1 parent 1abbfe7 commit e276575
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 35 deletions.
82 changes: 51 additions & 31 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 @@ -28,10 +28,10 @@ clap = { version = "4.3.19", features = ["derive"] }
env_logger = "0.10.0"
indexmap = "2.0.0"

wasm-encoder = "0.38.1"
wasm-metadata = "0.10.14"
wit-parser = "0.13.0"
wit-component = "0.19.0"
wasm-encoder = "0.39.0"
wasm-metadata = "0.10.15"
wit-parser = "0.13.1"
wit-component = "0.19.1"

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

0 comments on commit e276575

Please sign in to comment.