mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 09:01:23 -07:00
cargo: add support for --features flag (#10198)
* feat(cargo): add --features flag to cargo module so it activates through install * docs(cargo): 10198 cargo features parameter changelog * docs: fix wrong pull request number in yml file * docs: match default [] to be the same in docs and specs * docs: bump version_added from 10.8.0 to 11.0.0 * style(example): change from json sequence syntax to yaml list
This commit is contained in:
parent
1956815884
commit
497fcd350f
2 changed files with 21 additions and 0 deletions
2
changelogs/fragments/10198-cargo-features-parameter.yml
Normal file
2
changelogs/fragments/10198-cargo-features-parameter.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- cargo - add ``features`` parameter to allow activating specific features when installing Rust packages (https://github.com/ansible-collections/community.general/pull/10198).
|
Loading…
Add table
Add a link
Reference in a new issue