mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
feat(cargo): add locked option (#6134)
* 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>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
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)."
|
||||
Reference in New Issue
Block a user