Skip to content

Commit

Permalink
Fixes to build with last SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Sep 26, 2024
1 parent 9223ab2 commit d6189c8
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 16 deletions.
244 changes: 235 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.12.0"
include_gif = "=1.1.0"
ledger_device_sdk = "1.17.0"
include_gif = "1.2.0"
hex = { version = "0.4.3", default-features = false, features = ["serde"] }
bs58 = { version = "0.5.0", default-features = false }
borsh = { version = "0.1.0", path = "./borsh" }
Expand Down
Loading

0 comments on commit d6189c8

Please sign in to comment.