-
Notifications
You must be signed in to change notification settings - Fork 104
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
Remove special logic for binary dependencies (binary_deps
)
#305
Comments
rust-lang/rfcs#3028 is also relevant here (and very exciting should it get approved and go through). |
I think there might be an easy path forward here. It would require updating the |
rust-lang/cargo#9096 can potentially be a resolution to this issue. |
binary_deps
)
For documentation's sake, this feature was added in #227 |
This is a followup of rust-lang/cargo#1545 where special support was added to account for binary dependencies in Remote genmode. It's unclear as to whether what the future of binary dependencies will look like for cargo but for this project, this issue should stand as a reminder that we're doing something unique and should at some point conform to whatever
cargo
decides to do.rust-lang/cargo#1545 tracks a request to support a
cargo clone
command which can be used to clean up the implementation to support binary dependencies and reduce the amount of dependencies oncargo-raze
.Ultimately, once rust-lang/cargo#8708 is totally resolved then there will likely be an action item here. This issue tracks that progress.
edit: Updated issue since rust-lang/cargo#8888 is a duplicate of rust-lang/cargo#1545
The text was updated successfully, but these errors were encountered: