rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 74 forks source link

Update to edition 2021 #1643

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

I stumbled on something that is only supported in the 2021 edition, so I figure it would be nice to update.

The feature resolver differences are:

  byteorder v1.4.3 (as host dependency) removed features: default
  either v1.6.1 removed features: use_std
  tokio v1.17.0 removed features: winapi
  tracing-core v0.1.25 removed features: valuable

none of which look important one way or the other.