Skip to content

Commit

Permalink
update cargo-ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 11, 2024
1 parent e8ff8c4 commit 45e57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN pip3 install ledgerwallet==0.4.0
RUN apk del python_build_deps

# 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 45e57c9

Please sign in to comment.