Skip to content

Rust 2021, updated dependencies & clippy

Moritz Moeller requested to merge virtualritz/rusttype:master into master
  • Updated edition to Rust 2021 (cargo fix --edition) as the README says this crate is maintained with latest stable.
  • Updated all dependencies to latest versions (except blake2 in dev/Cargo.toml).
  • Fixed deprecation warnings caused by dep. updates.
  • Made clippy happy.

Merge request reports