-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support git installation (#14)
Implement crate installation from git (`cargo install --git`). - [x] Add new `git`, `branch`, `tag` and `version` input parameters. - [x] Resolve branches and tag to commit hash with [`git ls-remote`](https://git-scm.com/docs/git-ls-remote). - [x] Refactor crate version resolution and installation to support both crates.io and git sources. - [x] Update CI tests. - [x] Update changelog and readme. Closes #13
- Loading branch information
1 parent
87bbb9d
commit 05ef67c
Showing
10 changed files
with
649 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.