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)
This commit is contained in:
Robert Bragg
2024-04-26 15:45:44 +01:00
parent c9faa9c44e
commit e5b8242ff2
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
# See top README for MSRV policy
rust-version: [1.68.0, stable]
rust-version: [1.69.0, stable]
steps:
- uses: actions/checkout@v4