From 2430b186337d9006d21718a2333650aa78981828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Thu, 22 Oct 2020 12:27:31 +0200 Subject: [PATCH] Make feature "std" a requirement for the "cli" feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0346577..80755bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,6 +69,7 @@ binaryen = "0.8" default = ["std"] std = ["parity-wasm/std", "log/std", "byteorder/std"] cli = [ + "std", "glob", "clap", "env_logger",