Skip to content

Commit

Permalink
Merge pull request #52 from LedgerHQ/jca/bump_sdk_version
Browse files Browse the repository at this point in the history
Bump SDK version
  • Loading branch information
yogh333 committed Feb 5, 2024
2 parents fc2380c + 3803127 commit 45b68d5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "app-boilerplate-rust"
version = "1.2.1"
version = "1.2.2"
authors = ["yhql", "agrojean-ledger"]
edition = "2021"

[dependencies]
ledger_device_sdk = "1.4.3"
ledger_secure_sdk_sys = "1.1.0"
ledger_device_sdk = "1.5.0"
ledger_secure_sdk_sys = "1.2.0"
include_gif = "1.0.1"
serde = {version="1.0.192", default_features = false, features = ["derive"]}
serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}
Expand Down
Binary file modified tests/snapshots/nanos/test_app_mainmenu/00001.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/snapshots/nanosp/test_app_mainmenu/00001.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/snapshots/nanox/test_app_mainmenu/00001.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_version_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Taken from the Cargo.toml, to update every time the version is bumped
MAJOR = 1
MINOR = 2
PATCH = 1
PATCH = 2

# In this test we check the behavior of the device when asked to provide the app version
def test_version(backend):
Expand Down

0 comments on commit 45b68d5

Please sign in to comment.