Skip to content

Commit

Permalink
[ledger_device_sdk] Bump version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 20, 2023
1 parent 83063b8 commit 8808079
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
@@ -1,6 +1,6 @@
[package]
name = "ledger_device_sdk"
version = "1.4.0"
version = "1.4.1"
authors = ["yhql", "yogh333"]
edition = "2021"
license.workspace = true
Expand All @@ -15,7 +15,7 @@ ledger_device_sdk = { path = ".", features = ["speculos"] }
testmacro = { path = "../testmacro", version = "0.1.0"}

[dependencies]
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.0.2"}
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.0.3"}
include_gif = {path = "../include_gif", version = "1.0.1"}
num-traits = { version = "0.2.14", default_features = false }
rand_core = { version = "0.6.3", default_features = false }
Expand Down

0 comments on commit 8808079

Please sign in to comment.