Skip to content

Commit

Permalink
update cargo-ledger in Legacy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 11, 2024
1 parent 45e57c9 commit 50dc37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50dc37c

Please sign in to comment.