Hirevo / alexandrie

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

Move to the 2021 edition #146

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR moves all the crates in the project to the 2021 edition of Rust.

This PR also changes the definition of crate features using the rather new dep: syntax to simplify things a bit.

Both of these changes should be without consequences since these features are all well supported by the current MSRV (1.68).