From 22803257cd693fdc62e7d2ba5789e39cd7406607 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Mon, 20 Sep 2021 11:56:14 +0100 Subject: [PATCH] Forward parity-wasm's feature 'reduced-stack-buffer' (#243) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Theißen --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 49b46f6f1b..165831ba31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,8 @@ core = [ # workloads. vec_memory = [] +reduced-stack-buffer = [ "parity-wasm/reduced-stack-buffer" ] + [workspace] members = ["validation"] exclude = ["benches"]