Bump Rust to 1.77

This commit is contained in:
Jack Grigg 2024-04-18 13:38:27 +00:00
parent 2a3c070a01
commit 5acf8ea9b4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ authors = [
description = "JNI backend for the Android wallet SDK"
publish = false
edition = "2018"
rust-version = "1.75"
rust-version = "1.77"
[dependencies]
failure = "0.1"

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "1.75.0"
channel = "1.77.2"
targets = [
"armv7-linux-androideabi",
"aarch64-linux-android",