Skip to content
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

Closed
binarycrusader opened this issue Feb 18, 2017 · 4 comments
Closed

consider updating url dependency to 1.1 #192

binarycrusader opened this issue Feb 18, 2017 · 4 comments

Comments

@binarycrusader
Copy link

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

@alexcrichton
Copy link
Member

alexcrichton commented Feb 21, 2017

Thanks for the report! This crate already supports 1.1, however, as 1.0 (the listed requirement) is compatible with 1.1

@alexcrichton
Copy link
Member

(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.

@binarycrusader
Copy link
Author

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.

@alexcrichton
Copy link
Member

No worries! Not the first time I've seen this bug :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants