mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-19 12:31:43 -07: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:
parent
28b3da88a9
commit
a0d8f4de78
2 changed files with 21 additions and 1 deletions
|
@ -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)."
|
Loading…
Add table
Add a link
Reference in a new issue