From 53194e4958816673ac2c91fe61ed4f526d93c46f Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Thu, 16 Nov 2023 09:49:44 +0100 Subject: [PATCH] Use dependencies on "add-ui-gadgets" branch (like the boilerplate app) --- ledger_device_ui_sdk/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ledger_device_ui_sdk/Cargo.toml b/ledger_device_ui_sdk/Cargo.toml index 28d59806..153efa06 100644 --- a/ledger_device_ui_sdk/Cargo.toml +++ b/ledger_device_ui_sdk/Cargo.toml @@ -7,9 +7,9 @@ license.workspace = true description = "Ledger devices abstractions for displaying text, icons, menus and other common gadgets to the screen" [dependencies] -ledger_secure_sdk_sys = "1.0.0" -ledger_device_sdk = "1.0.0" -include_gif = "1.0.0" +ledger_device_sdk = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "add-ui-gadgets" } +ledger_secure_sdk_sys = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "add-ui-gadgets" } +include_gif = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "add-ui-gadgets" } numtoa = "0.2.4" [features]