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

Rename deprecated cargo config file #1211

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. Rename deprecated cargo config file

    This commit migrates the .cargo/config file which has been deprecated to
    the new path .cargo/config.toml. This will fix warnings that are emitted
    when compiling with the latest stable release. This new path has been
    supported since Rust 1.38 which is much older than our current MSRV of
    1.70.
    mtreinish committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    59d38ee View commit details
    Browse the repository at this point in the history