Skip to content

Commit

Permalink
Update wasm-tools dependencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Oct 8, 2024
1 parent 27c49f1 commit bec1dab
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 39 deletions.
67 changes: 32 additions & 35 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,8 +28,8 @@ anyhow = "1.0.80"
clap = { version = "4.5.4", features = ['derive'] }
lexopt = "0.3.0"
tempfile = "3.10.0"
wasmparser = "0.218.0"
wat = "1.218.0"
wit-component = "0.218.0"
wit-parser = "0.218.0"
wasmparser = "0.219.0"
wat = "1.219.0"
wit-component = "0.219.0"
wit-parser = "0.219.0"
wasi-preview1-component-adapter-provider = "24.0.0"

0 comments on commit bec1dab

Please sign in to comment.