Skip to content

Commit

Permalink
update dependencies with multiple locations
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Nov 30, 2023
1 parent 2573506 commit d8b5657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions ledger_device_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ ledger_device_sdk = { path = ".", features = ["speculos"] }
testmacro = { git = "https://github.com/yhql/testmacro"}

[dependencies]
#ledger_secure_sdk_sys = "1.0.1"
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys"}
#include_gif = "1.0.1"
include_gif = {path = "../include_gif"}
ledger_secure_sdk_sys = {path = "../ledger_secure_sdk_sys", version = "1.0.2"}
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 }
zeroize = { version = "1.6.0", default_features = false }
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.1"
version = "1.0.2"
authors = ["yhql"]
edition = "2021"
license.workspace = true
Expand Down
1 change: 0 additions & 1 deletion ledger_secure_sdk_sys/src/c/src.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ int c_main(void) {
BEGIN_TRY {
TRY {
// below is a 'manual' implementation of `io_seproxyhal_init`
// check_api_level(CX_COMPAT_APILEVEL);
#ifdef HAVE_MCU_PROTECT
unsigned char c[4];
c[0] = SEPROXYHAL_TAG_MCU;
Expand Down

0 comments on commit d8b5657

Please sign in to comment.