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
CI: Pin cargo-release and cargo-semver-checks (#37)
#### Problem
The release job is failing because it can't install cargo-semver-checks
due to the lower Rust version declared in the repo.
Also, cargo-release just bumped up to 1.87 on master, which means that a
release with a higher MSRV is just around the corner.
#### Summary of changes
Pin the versions of both tools to the latest that supports Rust 1.86.
0 commit comments