From 50dc37c2c04a0a1fa104fd9a8ba96ce921dd53a3 Mon Sep 17 00:00:00 2001 From: GroM Date: Thu, 11 Jan 2024 10:21:20 +0100 Subject: [PATCH] update cargo-ledger in Legacy as well --- legacy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/Dockerfile b/legacy/Dockerfile index d57262e..0c79bbf 100644 --- a/legacy/Dockerfile +++ b/legacy/Dockerfile @@ -66,7 +66,7 @@ RUN rustup component add rust-src --toolchain $RUST_NIGHTLY_VERSION RUN pip3 install ledgerwallet==0.4.0 # Add cargo ledger (needs a version of Rust >= 1.70) -RUN cargo +$RUST_STABLE_VERSION install --version 1.2.1 cargo-ledger +RUN cargo +$RUST_STABLE_VERSION install --version 1.2.2 cargo-ledger # Setup cargo ledger (install JSON target files) RUN cargo ledger setup