-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support install directly from git repo #3
Comments
I've seen that Would this only be for |
I'm also a little confused about this. For unpublished crates, one piece of information we need is We don't actually care the content of |
Yeah so this would be the same as |
I think with git there's a way in the protocol to only fetch particular files or at least subtrees, which would make it a lot more efficient than cloning the repo, but a shallow clone is a good start. |
Also interested in this as I'd like to avoid pushing my binary crate to crates.io. |
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
Fixed #3 Signed-off-by: Jiahao XU <[email protected]>
@ryankurte @somehowchris @mpizenberg cargo-binstall v1.0.0 has released, which support this feature! |
Fetch metadata from a git repository to support binary installation of unpublished crates
The text was updated successfully, but these errors were encountered: