Skip to content

Commit

Permalink
install cargo-ledger v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jan 23, 2024
1 parent 444d378 commit 41829b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ 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 --git https://github.com/LedgerHQ/ledger-device-rust-sdk.git --branch feat/use_nightly_toolchain_explicitly cargo-ledger
RUN cargo +$RUST_STABLE_VERSION install --version 1.2.4 cargo-ledger

# Setup cargo ledger (install JSON target files) for nightly
RUN cargo +$RUST_NIGHTLY_VERSION ledger setup
Expand Down

0 comments on commit 41829b0

Please sign in to comment.