NLnetLabs / rpki-rs

An RPKI library for Rust
BSD 3-Clause "New" or "Revised" License
40 stars 22 forks source link

Update MSRV to 1.64. #286

Closed partim closed 7 months ago

partim commented 7 months ago

This PR updates the reported minimal supported Rust version to 1.64.

This was already required since some code uses the await keyword. So it can probably be done safely without a breaking change.