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
Use `cargo minimal-versions` to check whether the minimal specified versions dependencies successfully compiles.
As this repo has no `Cargo.lock`, CI will always test with the newest compatible dependency versions. This new job will check oldest compatible dependency version as well.
This requires unstable nightly feature `minimal-versions`, but they abstracted away by `cargo-minimal-versions` project.
0 commit comments