Replies: 1 comment
-
In this case it would be ambiguous, as explained by $ cargo install --git https://github.com/yonasBSD/github-rs
Updating git repository `https://github.com/yonasBSD/github-rs`
error: multiple packages with binaries found: github-rs, xtask. When installing a git repository, cargo will always search the entire repo for any Cargo.toml.
Please specify a package, e.g. `cargo install --git https://github.com/yonasBSD/github-rs github-rs`. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This currently works:
cargo binstall --git https://github.com/yonasBSD/github-rs github-rs
I'd like to reduce that to
cargo binstall --git https://github.com/yonasBSD/github-rs
Beta Was this translation helpful? Give feedback.
All reactions