Skip to content

Commit

Permalink
Merge pull request #163 from LedgerHQ/y333/update_dep
Browse files Browse the repository at this point in the history
Update sys crate version
  • Loading branch information
yogh333 authored Jun 10, 2024
2 parents 696d503 + ac6f1c1 commit 07d0d02
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.10.0"
version = "1.10.1"
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
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.3.0"}
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.4.0"}
include_gif = {path = "../include_gif", version = "1.1.0"}
num-traits = { version = "0.2.14", default_features = false }
rand_core = { version = "0.6.3", default_features = false }
Expand Down

0 comments on commit 07d0d02

Please sign in to comment.