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
Sadly, not much we can do about them short of implementing SSH support ourselves instead of using the upstream crates, which doesn't seem like a good idea.
As soon as the upstream crates add SSH support, a cargo update on our end will fix it for cargo-semver-checks too. Alternatively, since this problem is fixed in cargo, merging our tool into cargo should fix the problem too. Linking #61 for that.
Steps to reproduce the bug with the above code
With a custom Git config that rewrites https to ssh
cargo semver-checks check-release
fails .~/.config/git/config
:Actual Behaviour
Expected Behaviour
It works...
Generated System Information
Software version
cargo-semver-checks 0.15.2
cargo version
Build Configuration
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: