-
Notifications
You must be signed in to change notification settings - Fork 150
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
cargo upgrade
downgrades packages
#875
Comments
Without a reproduction case, its hard to say. My best guess is that this could be related to #856 which I never got around to adding a note when MSRV gets involved (trying to put my effort to instead merging this into cargo). I'd be curious what your project's |
My project is pretty sprawling, so it might be hard to whittle this down to a minimal reproduction case. FYI, I didn't define BTW, all I really want is for |
I tried reproducing by ust having a package depend on |
BTW, do you see that it's not just |
I was using that as a representative sample. |
I am seeing a similar issue,
|
I can reproduce this with the |
For example, here's the output of
cargo upgrade --incompatible=allow --pinned=allow
:Note that it incorrectly detects the latest versions of most of the packages.
I have similar behavior with
cargo upgrade --incompatible=allow
.Also, these commands take about 5 minutes to finish, which seems very slow to me.
FYI, I'm fully up to date as of time of writing (
rustc 1.73.0 (cc66ad468 2023-10-03)
andcargo-edit-upgrade 0.12.2
.The text was updated successfully, but these errors were encountered: