Skip to content

Commit c6d7a32

Browse files
committed
test: Include unstable-ext
1 parent 862a0ff commit c6d7a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _FEATURES = minimal default wasm full debug release
1616
_FEATURES_minimal = --no-default-features --features "std"
1717
_FEATURES_default =
1818
_FEATURES_wasm = --no-default-features --features "std help usage error-context suggestions" --features "deprecated derive cargo env unicode string"
19-
_FEATURES_full = --features "deprecated derive cargo env unicode string wrap_help"
19+
_FEATURES_full = --features "deprecated derive cargo env unicode string wrap_help unstable-ext"
2020
_FEATURES_next = ${_FEATURES_full} --features unstable-v5
2121
_FEATURES_debug = ${_FEATURES_full} --features debug --features clap_complete/debug
2222
_FEATURES_release = ${_FEATURES_full} --release

0 commit comments

Comments
 (0)