-
Notifications
You must be signed in to change notification settings - Fork 400
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
consider updating url dependency to 1.1 #192
Comments
Thanks for the report! This crate already supports 1.1, however, as 1.0 (the listed requirement) is compatible with 1.1 |
(maybe this is a bug in cargo-bootstrap)? Note that I'd also recommend cross-compiling Cargo. If you've got a cross compiler already it'll be much easier to bootstrap that way. |
Yes, it appears it is. I'm sorry, my understanding of how semantic versioning worked in Cargo was wrong which lead me to believe that this dependency should be updated. I now understand that 1.1 is allowed by the dependency specification. |
No worries! Not the first time I've seen this bug :) |
The latest nightly of cargo now wants url 1.1 while git2-rs still wants url 1.0. To avoid possible conflicts, perhaps it's time to consider updating?
dhuseby/cargo-bootstrap#19
The text was updated successfully, but these errors were encountered: