Skip to content

Commit

Permalink
fix(hermes): Re-bump wasm-encoder now that its version doesn't break …
Browse files Browse the repository at this point in the history
…cargo deny.
  • Loading branch information
stevenj committed May 9, 2024
1 parent 839d6f2 commit 0419fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/wasi-hermes-component-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ missing_docs_in_private_items = "deny"
wit-bindgen = { version = "0.19.2", default-features = false } # Anything after 0.19.2 does not work. Do not bump version.
wasi = { version = "0.11.0", default-features = false } # Needs to be 0.11 or it fails to build. Do not bump version.
byte-array-literals = { git = "https://github.com/bytecodealliance/wasmtime", tag = "v20.0.1", version = "20.0.1" }
wasm-encoder = "0.200.0"
wasm-encoder = "0.207.0"
object = { version = "0.35.0", default-features = false }

[package]
Expand Down

0 comments on commit 0419fe1

Please sign in to comment.