Skip to content

Commit

Permalink
chore: update wasm-metadata dep (#700)
Browse files Browse the repository at this point in the history
This is a follow-up to #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 <joel.dice@fermyon.com>
  • Loading branch information
dicej authored Oct 12, 2023
1 parent 1acb079 commit 3fac9c9
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 3fac9c9

Please # to comment.