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
Love the tool! When running cargo upgrade I often see a warning like: Re-run with --incompatible to upgrade incompatible version requirements, and I see mention of version incompatibility and --incompatible in the readme and several issues (e.g. rust-lang/cargo#12425). However, I haven't found a definition of why a version might be incompatible. i thought, maybe it was any upgrades that weren't just patch version changes, but then, without --incompatible set, I see upgrades applied like: uuid 1.10.0 1.11.0 1.11.0 1.11.0.
What does "incompatible" actually mean in this context?
Love the tool! When running
cargo upgrade
I often see a warning like:Re-run with
--incompatibleto upgrade incompatible version requirements
, and I see mention of version incompatibility and--incompatible
in the readme and several issues (e.g. rust-lang/cargo#12425). However, I haven't found a definition of why a version might be incompatible. i thought, maybe it was any upgrades that weren't just patch version changes, but then, without --incompatible set, I see upgrades applied like:uuid 1.10.0 1.11.0 1.11.0 1.11.0
.What does "incompatible" actually mean in this context?
Here's a sample incompatibility I ran into today:
The text was updated successfully, but these errors were encountered: