From c22215b103e174a8adbe5e1f16f1ab1d69ced459 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 21 Jun 2024 21:42:04 -0700 Subject: [PATCH] switch to branch of wasm-tools for now --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 676f3f0..25496e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ license = "Apache-2.0 WITH LLVM-exception" edition = "2018" [dependencies] -wasmparser = { path = "../wasm-tools/crates/wasmparser" } -wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder" } +wasmparser = { git = "https://github.com/cfallin/wasm-tools", branch = "func-into-raw-body" } +wasm-encoder = { git = "https://github.com/cfallin/wasm-tools", branch = "func-into-raw-body" } anyhow = "1.0" structopt = "0.3" log = "0.4"