Skip to content

Commit

Permalink
Bump sys crate proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jun 20, 2024
1 parent 06b6edc commit 78cda0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger_device_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ numtoa = "0.2.4"
const-zero = "0.1.1"

[target.'cfg(target_os="nanos")'.dependencies]
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.4.0"}
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.4.1"}

[target.'cfg(not(target_os="nanos"))'.dependencies]
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.4.0", features = ["heap"]}
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.4.1", features = ["heap"]}

[features]
speculos = []
Expand Down

0 comments on commit 78cda0a

Please sign in to comment.