NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
280 stars 37 forks source link

Upgrade to edition 2021. #1217

Closed partim closed 2 weeks ago

partim commented 2 weeks ago

This PR upgrades the codebase to Rust edition 2021.

This mostly just means removing a number of use statements for TryFrom and TryInto. There are no actual code changes.