Skip to content

Commit

Permalink
Bump SDK version. Prepare README.md for release (#85)
Browse files Browse the repository at this point in the history
* Bump SDK version. Prepare README.md for release
  • Loading branch information
siy authored Oct 31, 2024
1 parent 3bd9ae0 commit b68b995
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 63 deletions.
68 changes: 9 additions & 59 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "Radix Babylon"

[dependencies]
ledger_device_sdk = "1.18.1"
ledger_secure_sdk_sys = "1.5.1"
ledger_device_sdk = "1.18.2"
ledger_secure_sdk_sys = "1.5.2"
include_gif = "1.2.0"

sbor = { path = "./sbor", default-features = false }
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ This repository follows quite traditional branching policy:
- `main` contains the current released version
- `develop` collects all changes planned for inclusion into the next release

## Future Version Changes Summary
The code in this branch contains following changes:
## Changes Summary
- Separation of the UI components. This is necessary for the future implementation of the Stax device support.
- Fixes for UI according to the comments from Ledger team:
- Dashboard icon position (should be at the right)
Expand Down

0 comments on commit b68b995

Please sign in to comment.