From c6badde836c708ff3bda6472ee239787529a6b8d Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 6 Jul 2018 03:17:53 +0100 Subject: [PATCH] Update wabt to 0.4 (#389) This fixes compilation on system with GCC 8. --- 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 ea4d05fcae..3de5d020bb 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.8" serde_derive = "1.0.8" term = "0.5.1" capstone = { version = "0.4", optional = true } -wabt = { version = "0.3", optional = true } +wabt = { version = "0.4", optional = true } target-lexicon = "0.0.2" [features] diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index aa9c2d772c..4fece39a1c 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -18,7 +18,7 @@ failure_derive = { version = "0.1.1", default-features = false } target-lexicon = { version = "0.0.2", default-features = false } [dev-dependencies] -wabt = "0.3" +wabt = "0.4" [features] default = ["std"]