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

feat: support git installation #14

Merged
merged 10 commits into from
Jun 9, 2023
Merged

feat: support git installation #14

merged 10 commits into from
Jun 9, 2023

Conversation

baptiste0928
Copy link
Owner

@baptiste0928 baptiste0928 commented May 30, 2023

Implement crate installation from git (cargo install --git).

  • Add new git, branch, tag and version input parameters.
  • Resolve branches and tag to commit hash with git ls-remote.
  • Refactor crate version resolution and installation to support both crates.io and git sources.
  • Update CI tests.
  • Update changelog and readme.

Closes #13

@baptiste0928 baptiste0928 added the enhancement New feature or request label May 30, 2023
@baptiste0928 baptiste0928 self-assigned this May 30, 2023
@baptiste0928 baptiste0928 changed the base branch from main to next May 30, 2023 20:57
@baptiste0928 baptiste0928 marked this pull request as ready for review June 6, 2023 09:45
@baptiste0928 baptiste0928 merged commit 05ef67c into next Jun 9, 2023
@baptiste0928 baptiste0928 deleted the feat/git-install branch July 22, 2023 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for cargo install --git <url>
1 participant