Skip to content

Commit 48062b8

Browse files
authored
Merge pull request #184 from LedgerHQ/y333/sdk_cleanup
Y333/sdk cleanup
2 parents 7586350 + ed85a9b commit 48062b8

14 files changed

+1235
-1089
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ jobs:
9797
matrix:
9898
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
9999
steps:
100-
- name: Force speculos update
101-
run: |
102-
pip3 install --no-cache-dir speculos --upgrade
103100
- name: Clone
104101
uses: actions/checkout@v4
105102
- name: Unit tests

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ledger_device_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ledger_device_sdk"
3-
version = "1.15.3"
3+
version = "1.15.4"
44
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
55
edition = "2021"
66
license.workspace = true

ledger_device_sdk/examples/nbgl_address.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ extern "C" fn sample_main() {
4040
NbglReviewStatus::new()
4141
.status_type(StatusType::Address)
4242
.show(success);
43+
exit_app(0);
4344
}

0 commit comments

Comments
 (0)