Skip to content

Commit

Permalink
cargo-apk: Bump MSRV to 1.64 for transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 27, 2023
1 parent 29837bf commit 4b408a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
args: --all --all-targets --all-features --target aarch64-linux-android -- -Dwarnings

check_msrv:
name: Check MSRV (1.60.0)
name: Check MSRV (1.64.0)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: dtolnay/rust-toolchain@1.60.0
- uses: dtolnay/rust-toolchain@1.64.0
with:
target: aarch64-linux-android
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["android", "ndk", "apk"]
documentation = "https://docs.rs/cargo-apk"
homepage = "https://github.com/rust-mobile/cargo-apk"
repository = "https://github.com/rust-mobile/cargo-apk"
rust-version = "1.60"
rust-version = "1.64"

[dependencies]
anyhow = "1.0.57"
Expand Down

0 comments on commit 4b408a3

Please sign in to comment.