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

[release-0.13.x] Update MSRV to 1.63.0 #487

Commits on Oct 23, 2023

  1. Update MSRV to 1.60.0

    For the next 0.13.x release, we need a newer MSRV, because the log
    dependency does not build with 1.59.0 anymore.
    
    So we update the MSRV here.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d97b904 View commit details
    Browse the repository at this point in the history
  2. Update MSRV to 1.61.0

    For the next 0.13.x release, we need a newer MSRV, because the pest_meta
    (transitive) dependency does not build with 1.60.0 anymore.
    
    So we update the MSRV here.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dac422e View commit details
    Browse the repository at this point in the history
  3. Update MSRV to 1.63.0

    For the next 0.13.x release, we need a newer MSRV, because the rustix
    (transitive) dependency does not build with 1.61.0 anymore.
    
    So we update the MSRV here.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6f08812 View commit details
    Browse the repository at this point in the history
  4. Fix clippy: use first() instead of get(0)

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    (cherry picked from commit 8b2bdfe)
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    afe0b85 View commit details
    Browse the repository at this point in the history