diff --git a/CHANGELOG.md b/CHANGELOG.md index a156a5f..589d243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/full/Dockerfile b/full/Dockerfile index 57cc8f4..7db876f 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -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) diff --git a/legacy/Dockerfile b/legacy/Dockerfile index 286f69d..4b0542f 100644 --- a/legacy/Dockerfile +++ b/legacy/Dockerfile @@ -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