From 4887fa245a6a6df7c5b55566dcb989b55392bf20 Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Thu, 30 May 2024 15:57:50 +0200 Subject: [PATCH] Update SDK version for lock-screen fix on Stax / Flex. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f348bd4..5589baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,9 +233,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "ledger_device_sdk" -version = "1.9.0" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138fb26a695ad99f3c9aa5d3265f8f121aeb9c65ebf2d1b1413d2b45ecd8345b" +checksum = "c799dd808a566399aa22a31e3fa9563c8f9959a4960e3fbef65a7b492f9f83f7" dependencies = [ "const-zero", "include_gif", diff --git a/Cargo.toml b/Cargo.toml index d28add1..629c73d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["yhql", "agrojean-ledger"] edition = "2021" [dependencies] -ledger_device_sdk = "1.9.0" +ledger_device_sdk = "1.9.2" include_gif = "1.1.0" serde = {version="1.0.192", default_features = false, features = ["derive"]} serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}