From 9e084dbadce53c4735aec39bdf44c8d2b65080be Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 Nov 2018 13:24:06 -0800 Subject: [PATCH] Update to wabt 0.7.0. --- cranelift/Cargo.toml | 2 +- lib/wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index e97cbbc000..51a714af46 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -31,7 +31,7 @@ clap = "2.32.0" serde = "1.0.8" term = "0.5.1" capstone = { version = "0.5.0", optional = true } -wabt = { version = "0.6", optional = true } +wabt = { version = "0.7.0", optional = true } target-lexicon = "0.0.3" pretty_env_logger = "0.2.4" file-per-thread-logger = "0.1.1" diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index 28547d784f..1a09c44e5e 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -20,7 +20,7 @@ failure_derive = { version = "0.1.1", default-features = false } log = { version = "0.4.4", default-features = false } [dev-dependencies] -wabt = "0.6.0" +wabt = "0.7.0" target-lexicon = "0.0.3" [features]