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

Set MSRV in Cargo.toml to 1.58.1 #116

Merged
merged 3 commits into from Feb 14, 2023
Merged

Commits on Feb 13, 2023

  1. Set MSRV in Cargo.toml to actual build MSRV

    The crate does not build with rustc 1.57.0 while it does with
    rustc 1.58.1.
    samueltardieu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e9e7c5e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Update edition to Rust 2021

    The MSRV for this crate is rustc 1.58.1 which supports Rust 2021.
    samueltardieu committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dbd01fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d41891 View commit details
    Browse the repository at this point in the history