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

Fix formatting, prepare for v0.11 beta 9 release #278

Merged
merged 5 commits into from
Oct 13, 2024
Merged

Commits on Oct 13, 2024

  1. chore: add patches

    dr-orlovsky committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d582878 View commit details
    Browse the repository at this point in the history
  2. chore: fix fmt with new style_edition

    fmt keeps changing all the time. Now they introduced new "editions" feature, which by default does a lot of changes to the codebase by mingling with alphabetical sorting of all imports, doing them in case-insentive way. This PR allows to avoid that dramatic changes
    dr-orlovsky committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4e7a7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966d409 View commit details
    Browse the repository at this point in the history
  4. chore: bump MSRV

    due to rustfix dependency
    dr-orlovsky committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    58c81b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93867bc View commit details
    Browse the repository at this point in the history