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.63 #1031

Merged
merged 6 commits into from
Apr 18, 2024
Merged

Bump msrv to 1.63 #1031

merged 6 commits into from
Apr 18, 2024

Commits on Apr 12, 2024

  1. Update CI to use msrv 1.63

    NobodyXu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    90134d9 View commit details
    Browse the repository at this point in the history
  2. Bump msrv to 1.63

    NobodyXu committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    42aa378 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    eb6ab04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22174dd View commit details
    Browse the repository at this point in the history
  3. Fix typo and run cargo fmt

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    17453d9 View commit details
    Browse the repository at this point in the history
  4. Use MaybeUninit::{assume_init_ref, write}

    Since msrv is bumped to 1.63
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a63906f View commit details
    Browse the repository at this point in the history