-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Blocked: upstreamFix or feature is needed to be implemented upstream (in a dependency)Fix or feature is needed to be implemented upstream (in a dependency)
Description
Yeah and that will be compatible with
cargo-install
:--git url Git URL to install the specified crate from. --branch branch Branch to use when installing from git. --tag tag Tag to use when installing from git. --rev sha Specific commit to use when installing from git.
so we would have to at least support
--branch
/--tag
/--rev
just likecargo-install
.I think
cargo-install
finds theCargo.toml
by the package name, so we can also do that incargo-binstall
.
Originally posted by @NobodyXu in #1162 (comment)
Metadata
Metadata
Assignees
Labels
Blocked: upstreamFix or feature is needed to be implemented upstream (in a dependency)Fix or feature is needed to be implemented upstream (in a dependency)