Skip to content

Commit

Permalink
Use last SDK and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Sep 23, 2024
1 parent b44d113 commit a293755
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "app-boilerplate-rust"
version = "1.5.1"
version = "1.6.0"
authors = ["yhql", "agrojean-ledger"]
edition = "2021"

[dependencies]
ledger_device_sdk = { version="1.15.6" }
ledger_device_sdk = { version="1.16.0" }
include_gif = "1.2.0"
serde = {version="1.0.192", default_features = false, features = ["derive"]}
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}
Expand Down Expand Up @@ -36,8 +36,4 @@ icon = "crab_14x14.gif"
icon = "crab_32x32.gif"

[package.metadata.ledger.flex]
icon = "crab_40x40.gif"

[patch.crates-io]
ledger_device_sdk = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "y333/new_nbgl" }
include_gif = { git = "https://github.com/LedgerHQ/ledger-device-rust-sdk.git", branch = "y333/new_nbgl" }
icon = "crab_40x40.gif"

0 comments on commit a293755

Please sign in to comment.