From b1343726810385535028e1fa876c5ee051b0e8a7 Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Wed, 15 Nov 2023 15:23:07 +0100 Subject: [PATCH] Remove local version of nanos_ui in Cargo.toml --- Cargo.lock | 3 +-- Cargo.toml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76d750e..c86f508 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,11 +224,10 @@ dependencies = [ [[package]] name = "nanos_ui" version = "0.2.0" +source = "git+https://github.com/LedgerHQ/ledger-nanos-ui.git#18dc6694bf63d8229ceb4494ccb239a380435ece" dependencies = [ "include_gif", "ledger-sdk-sys", - "nanos_sdk", - "numtoa", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index dbdf0d1..5db596a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,6 @@ nanos_ui = { git = "https://github.com/LedgerHQ/ledger-nanos-ui.git" } include_gif = { git = "https://github.com/LedgerHQ/sdk_include_gif" } numtoa = "0.2.4" -[patch."https://github.com/LedgerHQ/ledger-nanos-ui"] -nanos_ui = { path = "ledger-nanos-ui" } - [profile.release] opt-level = 'z' lto = true