Update to newly published wasm-tools crates.

This commit is contained in:
Chris Fallin 2024-06-27 13:42:23 -07:00 committed by Graham Kelly
parent cefe7a48ac
commit 123bc5f4f9

View file

@ -7,8 +7,8 @@ license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
[dependencies]
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
wasmparser = "0.212"
wasm-encoder = "0.212"
anyhow = "1.0"
structopt = "0.3"
log = "0.4"