Skip to content

Commit

Permalink
chore: update wasm-metadata dep
Browse files Browse the repository at this point in the history
This is a follow-up to bytecodealliance#698
to make all the versions line up, given that `wit-component` 0.14.6 depends on
`wasm-metadata` 0.10.8.

Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Oct 12, 2023
1 parent 1acb079 commit 068b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env_logger = "0.10.0"
indexmap = "2.0.0"

wasm-encoder = "0.33.2"
wasm-metadata = "0.10.6"
wasm-metadata = "0.10.8"
wit-parser = "0.12"
wit-component = "0.14.6"

Expand Down

0 comments on commit 068b775

Please sign in to comment.