Skip to content

Commit

Permalink
Update cargo-ledger to 1.3.0: install new target files and custom lin…
Browse files Browse the repository at this point in the history
…k script (relocation patch)
  • Loading branch information
yogh333 committed Feb 5, 2024
1 parent 52f33c8 commit 7785644
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.15.1] - 2024-02-05

### Changed
- [full, legacy, dev-tools] Bump cargo-ledger version (1.3.0)

## [3.15.0] - 2024-01-25

Expand Down
4 changes: 2 additions & 2 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ RUN pip3 install ledgerwallet==0.4.0
RUN apk del python_build_deps

# Add cargo ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.2.4 cargo-ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.3.0 cargo-ledger

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

# Add a global Cargo config file (includes mandatory unstable features used to build our apps)
Expand Down
4 changes: 2 additions & 2 deletions legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ RUN rustup component add rust-src --toolchain $RUST_STABLE_VERSION
RUN pip3 install ledgerwallet==0.4.0

# Add cargo ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.2.4 cargo-ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.3.0 cargo-ledger

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

# Adding LLVM-15 APT repository and installing it
Expand Down

0 comments on commit 7785644

Please sign in to comment.