Rust: use all features by default

This commit is contained in:
Paolo Tranquilli
2025-05-21 15:15:03 +02:00
committed by Arthur Baars
parent 55be5fbf9e
commit ca661c7877
4 changed files with 47 additions and 14 deletions

View File

@@ -45,9 +45,10 @@ options:
cargo_features:
title: Cargo features to turn on
description: >
Comma-separated list of features to turn on. If any value is `*` all features
are turned on. By default only default cargo features are enabled. Can be
repeated.
Comma-separated list of features to turn on. By default all features are enabled.
If any features are specified, then only those features are enabled. The `default`
feature must be explicitly specified if only default features are desired.
Can be repeated.
type: array
cargo_cfg_overrides:
title: Cargo cfg overrides