mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
a0d8f4de78
* feat(cargo): add locked option This commit introduces locked option to cargo module, allowing user to install with locked dependency. Equivalent to `--locked` flag of `cargo install` command * Update docs. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
228 B
YAML
2 lines
228 B
YAML
minor_changes:
|
|
- "cargo - add option ``locked`` which allows user to specify install the locked version of dependency instead of latest compatible version (https://github.com/ansible-collections/community.general/pull/6134)."
|