rust-mobile / android-activity

Glue for building Rust applications on Android with NativeActivity or GameActivity
238 stars 46 forks source link

Bump MSRV to 1.69.0 considering we can't build cargo ndk with 1.68 #156

Closed rib closed 4 months ago

rib commented 4 months ago

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)

MarijnS95 commented 4 months ago

winit is on 1.70 so this is all good.