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
877: Doc CI on unchanged code + minimal dependency tweak r=Bromeon a=Bromeon
**Doc CI**
Many times, the `doc` CI job failed, since there was no actual diff in generated documentation. This caused `git commit` to return an error status, failing the entire job. This PR addresses this.
**Minimal dependency versions**
Apparently, `miniserde` versions 0.1.10..=0.1.15 work for rustc 1.59.0, but not for older rustc versions.
Our CI only checks the stable channel with `cargo +nightly update -Z minimal-versions`, so this was not caught.
For the moment, no new CI job is added (to keep minimal dependencies and minimal rustc as orthogonal as possible).
Changing the "minimal dependencies" job to also use MSRV would be an option, but that would make it less easy to see whether a job fails due to rustc or dependency versions.
bors r+
Co-authored-by: Jan Haller <bromeon@gmail.com>
0 commit comments