Skip to content

Commit

Permalink
Bump ledger_device_sdk to 1.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Jan 27, 2025
1 parent 43fa029 commit 51874c8
Showing 1 changed file with 2 additions and 2 deletions.
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 51874c8

Please sign in to comment.