Make feature "std" a requirement for the "cli" feature

This commit is contained in:
Alexander Theißen
2020-10-22 12:27:31 +02:00
parent aebfc0fbd7
commit 2430b18633
+1
View File
@@ -69,6 +69,7 @@ binaryen = "0.8"
default = ["std"]
std = ["parity-wasm/std", "log/std", "byteorder/std"]
cli = [
"std",
"glob",
"clap",
"env_logger",