Hirevo / alexandrie

An alternative crate registry, implemented in Rust.
https://hirevo.github.io/alexandrie/
Apache License 2.0
495 stars 54 forks source link

Added MSRV CI check #142

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR adds a new CI check that checks that Alexandrie stays able to compile both on latest stable and the current designated MSRV (currently: 1.68).

This PR also merges both the MSRV check and the formatting check within the same workflow (now called CI).

The docs and README are also updated to mention this MSRV in the relevant sections.

Hirevo commented 1 year ago

All checks are green.
This is good to merge.