We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960a0c8 commit e121912Copy full SHA for e121912
full/Dockerfile
@@ -33,7 +33,7 @@ RUN rustup component add rust-src --toolchain $RUST_STABLE
33
RUN pip3 install --break-system-packages --no-cache-dir ledgerwallet==0.5.2
34
35
# Add cargo ledger
36
-RUN cargo +$RUST_STABLE install --version 1.7.0 cargo-ledger
+RUN cargo install --version 1.8.1 cargo-ledger
37
38
# Setup cargo ledger (install JSON target files and custom link script) for nightly
39
RUN cargo ledger setup
0 commit comments