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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Okay, so funnily enough we handle such cases somewhat gracefully (as in do not crash and do reasonable(?) computations) when both the old and the new crate are on-disk (as in, not specified via -C or -S). Other cases fail, because I presume the other crates in the workspace that are often dependencies get dragged in somehow (and possibly translated and so on).
For instance if you run
cargo semver -S url:1.0.0 -C url:1.7.1
this will happen:The item that cause this lives in the
percent_encoding
workspace.The text was updated successfully, but these errors were encountered: