diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58dfe30..c4d7c13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: strategy: fail-fast: false matrix: - # We need to support the same MSRV as Winit which we are currently - # assuming will be bumped to 1.60.0 soon: - # https://github.com/rust-windowing/winit/pull/2453 + # See top README for MSRV policy rust_version: [1.64.0, stable] steps: - uses: actions/checkout@v3 diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 3724c68..764c8e6 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/rust-mobile/android-activity" documentation = "https://docs.rs/android-activity" description = "Glue for building Rust applications on Android with NativeActivity or GameActivity" license = "MIT OR Apache-2.0" -rust_version = "0.64" +rust_version = "1.64" [features] # Note: we don't enable any backend by default since features