NLnetLabs / krill

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

Upgrade to edition 2021. #1217

Closed partim closed 5 months ago

partim commented 5 months 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.