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

chore: bump MSRV to 1.81 & use core::error::Error in place of std #780

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. chore: bump MRSV to 1.81

    The reason for the bump is to take advantage of the stabilization of `core::error::Error`, which subsequently removes quite a few `std` feature gates from the codebase.
    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    85abe59 View commit details
    Browse the repository at this point in the history
  2. chore: use core::error::Error

    Evalir committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f3da7cf View commit details
    Browse the repository at this point in the history