Skip to content

Commit

Permalink
Update crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 23, 2023
1 parent 9a2ff22 commit 701f04f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.0.0"
version = "1.0.1"
authors = ["yhql"]
edition = "2021"
license.workspace = true
Expand All @@ -14,7 +14,7 @@ ledger_device_sdk = { path = ".", features = ["speculos"] }
testmacro = { git = "https://github.com/yhql/testmacro"}

[dependencies]
ledger_secure_sdk_sys = "1.0.0"
ledger_secure_sdk_sys = "1.0.1"
num-traits = { version = "0.2.14", default_features = false }
rand_core = { version = "0.6.3", default_features = false }
zeroize = { version = "1.6.0", default_features = false }
Expand Down
6 changes: 3 additions & 3 deletions ledger_device_ui_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "ledger_device_ui_sdk"
version = "1.1.0"
version = "1.1.1"
authors = ["yhql"]
edition = "2021"
license.workspace = true
description = "Ledger devices abstractions for displaying text, icons, menus and other common gadgets to the screen"

[dependencies]
ledger_device_sdk = "1.0.0"
ledger_secure_sdk_sys = "1.0.0"
ledger_device_sdk = "1.0.1"
ledger_secure_sdk_sys = "1.0.1"
include_gif = "1.0.0"
numtoa = "0.2.4"

Expand Down
2 changes: 1 addition & 1 deletion ledger_secure_sdk_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledger_secure_sdk_sys"
version = "1.0.0"
version = "1.0.1"
authors = ["yhql"]
edition = "2021"
license.workspace = true
Expand Down

0 comments on commit 701f04f

Please sign in to comment.