From 56b6297aa229ee0308ce6ef92e8892b9056404d2 Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 6 Jan 2025 15:32:26 +0100 Subject: [PATCH] Update Cargo config files --- Cargo.lock | 6 ++++++ Cargo.toml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6741b1..bbf44d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,6 +333,8 @@ dependencies = [ [[package]] name = "include_gif" version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8511434ad4b61bf0be7c61707d0172b6ad091519da93bf95d66555f3f0d994ac" dependencies = [ "flate2", "image", @@ -369,6 +371,8 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "ledger_device_sdk" version = "1.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86980cdfca74b94db326557e3c6246c7a7c63331aa2a96f193f826cd04613fd5" dependencies = [ "const-zero", "include_gif", @@ -382,6 +386,8 @@ dependencies = [ [[package]] name = "ledger_secure_sdk_sys" version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b046c4ef3859a4e693bd6a49b2e9ee3295d7bf5c3ae7b6bb5cd8b358b1a6cb61" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 45ac5d6..26658fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,5 @@ icon = "crab_32x32.gif" [package.metadata.ledger.flex] icon = "crab_40x40.gif" -[patch.crates-io] -ledger_device_sdk = { path = "../ledger-device-rust-sdk/ledger_device_sdk" } -include_gif = { path = "../ledger-device-rust-sdk/include_gif" } - [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("stax", "flex", "nanos", "nanox", "nanosplus"))'] }