From 67864a4bb8d8ec5bdb60c9a65de103361c243e79 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 3 Jan 2023 09:25:54 -0600 Subject: [PATCH] chore(ci): Disable color for wasm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6fbfaa9262..538a1b254da 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ MSRV?=1.60.0 _FEATURES = minimal default wasm full debug release _FEATURES_minimal = --no-default-features --features "std" _FEATURES_default = -_FEATURES_wasm = --features "deprecated derive cargo env unicode string unstable-replace unstable-grouped" +_FEATURES_wasm = --no-default-features --features "std help usage error-context suggestions" --features "deprecated derive cargo env unicode string unstable-replace unstable-grouped" _FEATURES_full = --features "deprecated derive cargo env unicode string unstable-replace unstable-grouped wrap_help" _FEATURES_next = ${_FEATURES_full} --features unstable-v5 _FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug