From fe9debfed377c61cfd79b49e9eff0feb080b6d99 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Mar 2020 11:34:04 -0600 Subject: [PATCH] Update WASI submodule to update transitive wast crate (#1207) One less version to build! --- Cargo.lock | 17 ++++------------- crates/wasi-common/wig/WASI | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c78f8681f8..aaf50dba6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,16 +2505,7 @@ version = "0.12.0" dependencies = [ "anyhow", "wasmtime", - "wast 9.0.0", -] - -[[package]] -name = "wast" -version = "3.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233648f540f07fce9b972436f2fbcae8a750c1121b6d32d949e1a44b4d9fc7b1" -dependencies = [ - "leb128", + "wast", ] [[package]] @@ -2532,7 +2523,7 @@ version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56173f7f4fb59aebe35a7e71423845e1c6c7144bfb56362d497931b6b3bed0f6" dependencies = [ - "wast 9.0.0", + "wast", ] [[package]] @@ -2596,7 +2587,7 @@ dependencies = [ [[package]] name = "witx" -version = "0.8.0" +version = "0.8.3" dependencies = [ "anyhow", "diff", @@ -2604,7 +2595,7 @@ dependencies = [ "pretty_env_logger", "structopt", "thiserror", - "wast 3.0.4", + "wast", ] [[package]] diff --git a/crates/wasi-common/wig/WASI b/crates/wasi-common/wig/WASI index 85df508517..d5b0c23ed2 160000 --- a/crates/wasi-common/wig/WASI +++ b/crates/wasi-common/wig/WASI @@ -1 +1 @@ -Subproject commit 85df5085172a75f2a490a89833821c85cdbfaba7 +Subproject commit d5b0c23ed2730262d4eaac2b2721aad07c6f65b4