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

tokio: bump MSRV to 1.56 #5559

Merged
merged 5 commits into from Mar 21, 2023
Merged

tokio: bump MSRV to 1.56 #5559

merged 5 commits into from Mar 21, 2023

Commits on Mar 19, 2023

  1. tokio: bump MSRV to 1.56

    Darksonn committed Mar 19, 2023
    Copy the full SHA
    6a997ec View commit details
    Browse the repository at this point in the history
  2. fmt and clippy

    Darksonn committed Mar 19, 2023
    Copy the full SHA
    881c73b View commit details
    Browse the repository at this point in the history
  3. Fix select macro size

    This is probably due to the edition change where the way captures work
    is changed.
    Darksonn committed Mar 19, 2023
    Copy the full SHA
    90b2b1e View commit details
    Browse the repository at this point in the history
  4. fix struct_size test

    This test only shows one failure at the time, which is super annoying.
    It has bitten me before. Split it into three tests.
    Darksonn committed Mar 19, 2023
    Copy the full SHA
    4c22fae View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    73708a0 View commit details
    Browse the repository at this point in the history