mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 23:21:08 +00:00
Make feature "std" a requirement for the "cli" feature
This commit is contained in:
@@ -69,6 +69,7 @@ binaryen = "0.8"
|
||||
default = ["std"]
|
||||
std = ["parity-wasm/std", "log/std", "byteorder/std"]
|
||||
cli = [
|
||||
"std",
|
||||
"glob",
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
||||
Reference in New Issue
Block a user