Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move edition to 2021 #688

Merged
merged 3 commits into from Jul 29, 2022

Commits on Jul 24, 2022

  1. move edition to 2021

    Looks like since I've last looked at the repo, the update to
    MSRV 1.56 happened, and we don't have any clippy errors on the 2021
    edition, so I _think_ we can just up this value now.
    
    Closes tokio-rs#553
    chetaldrich committed Jul 24, 2022
    Copy the full SHA
    702d52a View commit details
    Browse the repository at this point in the history
  2. set MSRV explicitly in Cargo.toml

    This was introduced in [Rust 1.56](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html#cargo-rust-version)
    so we can set this explicitly here. This means that folks that happen to have an older
    rust version set don't run into abstruse compiler errors.
    chetaldrich committed Jul 24, 2022
    Copy the full SHA
    7566c82 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Copy the full SHA
    7236e81 View commit details
    Browse the repository at this point in the history