Skip to content

Commit

Permalink
Use last published Rust SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 16, 2024
1 parent bbec714 commit 94b8da9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["dj8yf0μl", "polyprogrammist"]
edition = "2021"

[dependencies]
ledger_device_sdk = "1.18.4"
ledger_secure_sdk_sys = { version = "1.5.3", features = ["heap"]}
ledger_device_sdk = "1.19.0"
ledger_secure_sdk_sys = { version = "1.6.0", features = ["heap"]}
include_gif = "1.2.0"
hex = { version = "0.4.3", default-features = false, features = ["serde"] }
bs58 = { version = "0.5.0", default-features = false }
Expand Down Expand Up @@ -46,8 +46,3 @@ icon = "icons/app_near_40px.gif"
default = []
debug = ["ledger_device_sdk/debug"]
speculos = ["ledger_device_sdk/speculos"]

[patch.crates-io]
ledger_device_sdk = { path = "../ledger-device-rust-sdk/ledger_device_sdk" }
ledger_secure_sdk_sys = { path = "../ledger-device-rust-sdk/ledger_secure_sdk_sys" }
include_gif = { path = "../ledger-device-rust-sdk/include_gif" }

0 comments on commit 94b8da9

Please sign in to comment.