Skip to content

Commit

Permalink
Merge pull request #19 from LedgerHQ/fbe/bump_ledger_sdk_crate
Browse files Browse the repository at this point in the history
Bump ledger_device_sdk to 1.19.6
  • Loading branch information
fbeutin-ledger authored Jan 27, 2025
2 parents 43fa029 + 3dd765b commit 4e9e9ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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,7 +5,7 @@ authors = ["dj8yf0μl", "polyprogrammist"]
edition = "2021"

[dependencies]
ledger_device_sdk = "1.19.4"
ledger_device_sdk = "1.19.6"
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 @@ -44,4 +44,4 @@ debug = ["ledger_device_sdk/debug"]
speculos = ["ledger_device_sdk/speculos"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("stax", "flex", "nanos", "nanox", "nanosplus"))'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("stax", "flex", "nanos", "nanox", "nanosplus"))'] }

0 comments on commit 4e9e9ee

Please sign in to comment.