File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- # We need to support the same MSRV as Winit which we are currently
20- # assuming will be bumped to 1.60.0 soon:
21- # https://github.com/rust-windowing/winit/pull/2453
19+ # See top README for MSRV policy
2220 rust_version : [1.64.0, stable]
2321 steps :
2422 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/rust-mobile/android-activity"
99documentation = " https://docs.rs/android-activity"
1010description = " Glue for building Rust applications on Android with NativeActivity or GameActivity"
1111license = " MIT OR Apache-2.0"
12- rust_version = " 0 .64"
12+ rust_version = " 1 .64"
1313
1414[features ]
1515# Note: we don't enable any backend by default since features
You can’t perform that action at this time.
0 commit comments