Skip to content

Commit

Permalink
Merge pull request #77 from rib/rust-version-0-64-typo
Browse files Browse the repository at this point in the history
Fix rust_version typo s/0.64/1.64/
  • Loading branch information
rib authored Apr 24, 2023
2 parents c70e5d8 + 4976cba commit 9229bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android-activity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9229bb2

Please sign in to comment.