Skip to content

Commit 9229bb2

Browse files
authored
Merge pull request #77 from rib/rust-version-0-64-typo
Fix rust_version typo s/0.64/1.64/
2 parents c70e5d8 + 4976cba commit 9229bb2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
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

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/rust-mobile/android-activity"
99
documentation = "https://docs.rs/android-activity"
1010
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
1111
license = "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

0 commit comments

Comments
 (0)