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.69.0 considering we can't build cargo ndk with 1.68 #156

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. Bump MSRV to 1.69.0 considering we can't build cargo ndk with 1.68

    cargo ndk will fail to build with 1.68 due to a toml_edit dep.
    
    Technically android-activity itself should still build with 1.68
    but it's simpler to synchronize the `rust-version` with the minimum
    version that we actually test in CI (where we need to build cargo ndk)
    rib committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    05a42d9 View commit details
    Browse the repository at this point in the history