Switch to git dep on BA main branch now that PR is merged

This commit is contained in:
Chris Fallin 2024-06-22 19:53:16 -07:00 committed by Graham Kelly
parent c22215b103
commit 598e004a39

View file

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