Hirevo / alexandrie

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

Bumped MSRV for CI runs to 1.68 #139

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR simply increases the Rust version that our CI uses from 1.50 to 1.68.

Rust 1.50 is quite old now (it is older than the 2021 edition) and caused dependencies to no longer compile during CI runs.

Hirevo commented 1 year ago

CI is confirmed to be able to run again ! :tada: