From 123bc5f4f980524d68594058e4850fdacabf2b0a Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 27 Jun 2024 13:42:23 -0700 Subject: [PATCH] Update to newly published wasm-tools crates. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ec5f51..c6332a0 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/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"