From 364e0e486f48e36c69dd88bf492f61f176db7813 Mon Sep 17 00:00:00 2001 From: hewigovens <360470+hewigovens@users.noreply.github.com> Date: Fri, 31 Jul 2020 10:56:29 +0800 Subject: [PATCH] Fix build error, wabt 0.9.2 is yanked --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 283313d78a..ed1cfcbbd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,5 +52,5 @@ sp-keyring = { version = "2.0.0-rc5", package = "sp-keyring" } substrate-subxt-client = { version = "0.2.0", path = "client" } tempdir = "0.3.7" test-node = { path = "test-node" } -wabt = "0.9.2" -wabt-sys = "0.7.2" +wabt = "0.10.0" +wabt-sys = "0.8.0"