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
Running cargo outdated fails for our project with the following message:
error: failed to select a version for the requirement `libgit2-sys = "^0.13.4"`
candidate versions found which didn't match: 0.13.2+1.4.2, 0.13.1+1.4.2, 0.13.0+1.4.1, ...
location searched: crates.io index
required by package `git2 v0.14.4`
rust-lang/git2-rs#838 (comment) says that this problem is about old cargo being used. But after switching to cargo-1.60 a test project using git2-14.4 builds fine but cargo outdated fails with the message above
The text was updated successfully, but these errors were encountered:
Updating to the latest cargo-outdated (0.11.2) fixed this for me (I was getting errors about time ^0.3 not matching time 0.3.17... or something like that). But now on 0.11.2 instead I get a lot of crates showing as Removed (e.g. time, which is definitely not removed). So something is still broken.
Running
cargo outdated
fails for our project with the following message:rust-lang/git2-rs#838 (comment) says that this problem is about old cargo being used. But after switching to cargo-1.60 a test project using git2-14.4 builds fine but
cargo outdated
fails with the message aboveThe text was updated successfully, but these errors were encountered: