You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem appears to be that git2-curl and git2 require url 1.0, while cargo wants 1.1. Also, the embedded src/crates-io/Cargo.toml in cargo itself also wants url 1.0.
Actually, this appears to be a bug in the bootstrap parsing of the semantic versions. A dependency specifying version "1.0" allows 1.1, 1.2, etc. since the leftmost digit is not changing.
The text was updated successfully, but these errors were encountered: