Skip to content

Commit

Permalink
Use dependencies on "add-ui-gadgets" branch (like the boilerplate app)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 16, 2023
1 parent 16b82c5 commit 53194e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ledger_device_ui_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 53194e4

Please sign in to comment.