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

Error checking deps #320

Open
qrilka opened this issue May 26, 2022 · 1 comment
Open

Error checking deps #320

qrilka opened this issue May 26, 2022 · 1 comment

Comments

@qrilka
Copy link

qrilka commented May 26, 2022

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

@uazu
Copy link

uazu commented Jan 24, 2023

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.

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