From 70ac0f040ba66d13289ae5b2463c41eac5c574d5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 10 Jul 2019 10:55:10 -0700 Subject: [PATCH] Update wabt to 0.8 release. --- Cargo.toml | 4 ++-- lib/emscripten/Cargo.toml | 2 +- lib/llvm-backend/Cargo.toml | 2 +- lib/middleware-common/Cargo.toml | 2 +- lib/runtime/Cargo.toml | 2 +- lib/spectests/Cargo.toml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24f6aba0e2f..25e597c32dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ include = [ byteorder = "1.3.1" errno = "0.2.4" structopt = "0.2.11" -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" hashbrown = "0.1.8" wasmer-clif-backend = { path = "lib/clif-backend" } wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true } @@ -57,7 +57,7 @@ members = [ ] [build-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" glob = "0.2.11" rustc_version = "0.2.3" diff --git a/lib/emscripten/Cargo.toml b/lib/emscripten/Cargo.toml index f88ed0dcf9e..a4d8f98c5ad 100644 --- a/lib/emscripten/Cargo.toml +++ b/lib/emscripten/Cargo.toml @@ -23,7 +23,7 @@ wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", rand = "0.6" [dev-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" wasmer-dev-utils = { path = "../dev-utils", version = "0.5.4"} [build-dependencies] diff --git a/lib/llvm-backend/Cargo.toml b/lib/llvm-backend/Cargo.toml index 37678773465..fbc78c73ed1 100644 --- a/lib/llvm-backend/Cargo.toml +++ b/lib/llvm-backend/Cargo.toml @@ -23,7 +23,7 @@ semver = "0.9" rustc_version = "0.2.3" [dev-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" [features] debug = ["wasmer-runtime-core/debug"] diff --git a/lib/middleware-common/Cargo.toml b/lib/middleware-common/Cargo.toml index 472566b93ff..9e16c223536 100644 --- a/lib/middleware-common/Cargo.toml +++ b/lib/middleware-common/Cargo.toml @@ -14,7 +14,7 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional = wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true } [dev-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" criterion = "0.2" [features] diff --git a/lib/runtime/Cargo.toml b/lib/runtime/Cargo.toml index 2308144a12e..030467e3006 100644 --- a/lib/runtime/Cargo.toml +++ b/lib/runtime/Cargo.toml @@ -25,7 +25,7 @@ optional = true [dev-dependencies] tempfile = "3.0.7" criterion = "0.2" -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" [target.'cfg(not(windows))'.dependencies.wasmer-llvm-backend] path = "../llvm-backend" diff --git a/lib/spectests/Cargo.toml b/lib/spectests/Cargo.toml index 720af21ef0a..f89e739d7eb 100644 --- a/lib/spectests/Cargo.toml +++ b/lib/spectests/Cargo.toml @@ -15,10 +15,10 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional = wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true } [build-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" [dev-dependencies] -wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" } +wabt = "0.8.0" [features] default = ["fast-tests"]