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
I think I also ran into this yesterday, and I think #381 is going to fix it. I'll add this check to CI as well.
The issue is that the library PR accidentally made the default baseline behavior "use the current directory as the root" instead of making it search for a version on crates.io.
Steps to reproduce the bug with the above code
Actual Behaviour
results in
but
outputs
Expected Behaviour
The selected baseline should be still ref_slice@1.2.1, as it is the latest one published on crates.io.
Generated System Information
Software version
cargo-semver-checks 0.18.2
Operating system
Linux 5.10.154-1-MANJARO
Command-line
cargo version
Compile time information
Build Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: