Skip to content

Commit

Permalink
Merge pull request #127 from LedgerHQ/y333/update_cargo_ledger
Browse files Browse the repository at this point in the history
Update cargo-ledger version
  • Loading branch information
yogh333 authored Jun 4, 2024
2 parents 3236b84 + 4946d53 commit 42e6255
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.24.3] - 2024-06-04

### Changed
- full: Bump cargo-ledger version to 1.4.1

## [3.24.2] - 2024-05-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN pip3 install ledgerwallet==0.5.0
RUN apk del python_build_deps

# Add cargo ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.4.0 cargo-ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.4.1 cargo-ledger

# Setup cargo ledger (install JSON target files and custom link script) for nightly
RUN cargo +$RUST_NIGHTLY_VERSION ledger setup
Expand Down

0 comments on commit 42e6255

Please sign in to comment.