From 55be48f8fa5f70dbb307ca87adf1907f4c28e7fc Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Fri, 15 Jan 2021 00:54:58 +0000 Subject: [PATCH] Forward parity-wasm's feature 'reduced-stack-buffer' --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 278b946928..aa037c54cd 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"]