From 2a7cc7e644d87b4e802e1c4828f1a746789bf9d9 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Sun, 23 Sep 2018 15:48:17 +0100 Subject: [PATCH] Bump wabt version to 0.6. --- 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 59e940b5d8..39e3ef182a 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.5", optional = true } +wabt = { version = "0.6", 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 c36f04e876..bd2c12d46e 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -21,7 +21,7 @@ target-lexicon = { version = "0.0.3", default-features = false } log = { version = "0.4.4", default-features = false, features = ["release_max_level_warn"] } [dev-dependencies] -wabt = "0.5.0" +wabt = "0.6.0" [features] default = ["std"]