Skip to content

Commit

Permalink
Update to last Rust SDK and delete sys crate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Mar 5, 2024
1 parent 0375457 commit 45832e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
9 changes: 7 additions & 2 deletions Cargo.lock

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

10 changes: 1 addition & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ edition = "2021"
authors = ["yogh333"]

[dependencies]
#nanos_sdk = { git = "https://github.com/LedgerHQ/ledger-nanos-sdk.git" }
#nanos_ui = { git = "https://github.com/LedgerHQ/ledger-nanos-ui.git" }
ledger_device_sdk = "1.6.0"
ledger_secure_sdk_sys = "1.2.0"
ledger_device_sdk = "1.7.1"
include_gif = "1.0.1"

[features]
Expand Down Expand Up @@ -37,8 +34,3 @@ icon = "starknet_small.gif"

[package.metadata.ledger.nanosplus]
icon = "starknet_small.gif"

[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 45832e2

Please sign in to comment.