From 598e004a392fa6c90ac438ddc3f6cf97f55541d8 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Sat, 22 Jun 2024 19:53:16 -0700 Subject: [PATCH] Switch to git dep on BA main branch now that PR is merged --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25496e7..4ec5f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ license = "Apache-2.0 WITH LLVM-exception" edition = "2018" [dependencies] -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" } +wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" } +wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" } anyhow = "1.0" structopt = "0.3" log = "0.4"