Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo improvements #7895

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions changelogs/fragments/7895-complete-features-cargo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bugfixes:
- "cargo - correctly parse version for sparse registries (https://github.com/ansible-collections/community.general/pull/7895)."
minor_changes:
- "cargo - add option ``features``, which allows user to specify features (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``all_features``, which allows user to specify installing with all features enabled (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``force``, which allows user to force install package(s) (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``directory``, which allows user to specify installation directory (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``registry``, which allows user to specify an alterate registry (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``directory``, which allows user to specify installation directory (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add options ``git``, ``tag``, ``branch`` and ``rev`` which allows user to specify installation from a git source with proper tag, branch and/or commit (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add options ``git``, ``tag``, ``branch`` and ``rev`` which allows user to specify installation from a git source with proper tag, branch and/or commit (https://github.com/ansible-collections/community.general/pull/7895)."
- "cargo - add option ``debug`` which allows user to specify the profile in which to install, dev or release (https://github.com/ansible-collections/community.general/pull/7895)."
Loading
Loading