Skip to content

Commit

Permalink
Bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 24, 2025
1 parent f7f58c3 commit c9ed921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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.19.5"
version = "1.19.6"
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
edition = "2021"
license.workspace = true
Expand All @@ -21,7 +21,7 @@ rand_core = { version = "0.6.3", default-features = false }
zeroize = { version = "1.6.0", default-features = false }
numtoa = "0.2.4"
const-zero = "0.1.1"
ledger_secure_sdk_sys = { path = "../ledger_secure_sdk_sys", version = "1.6.1" }
ledger_secure_sdk_sys = { path = "../ledger_secure_sdk_sys", version = "1.6.3" }

[features]
debug = []
Expand Down

0 comments on commit c9ed921

Please sign in to comment.