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

Bump MSRV to 1.64 #718

Merged
merged 5 commits into from
Mar 22, 2023
Merged

Bump MSRV to 1.64 #718

merged 5 commits into from
Mar 22, 2023

Commits on Mar 22, 2023

  1. Bump MSRV to 1.64

    raw-window-handle now requires this. No hard-requirement from imgui-rs - projects with lock file pinning indirect dependencies will likely keep working in 1.60
    dbr committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3e995f4 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    Mostly unnecessary 'as' casts to same kind, and unneeded borrows
    dbr committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b7fbd57 View commit details
    Browse the repository at this point in the history
  3. Use $crate in create_token macro

    dbr committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    07673e8 View commit details
    Browse the repository at this point in the history
  4. Other clippy lint

    I think the lint was relegated to nursery in later releases but seems reasonable enough in this case
    dbr committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6e684c8 View commit details
    Browse the repository at this point in the history
  5. More clippy pedantry

    dbr committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4608516 View commit details
    Browse the repository at this point in the history