Skip to content

Commit e121912

Browse files
committed
Bump cargo-ledger version
1 parent 960a0c8 commit e121912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN rustup component add rust-src --toolchain $RUST_STABLE
3333
RUN pip3 install --break-system-packages --no-cache-dir ledgerwallet==0.5.2
3434

3535
# Add cargo ledger
36-
RUN cargo +$RUST_STABLE install --version 1.7.0 cargo-ledger
36+
RUN cargo install --version 1.8.1 cargo-ledger
3737

3838
# Setup cargo ledger (install JSON target files and custom link script) for nightly
3939
RUN cargo ledger setup

0 commit comments

Comments
 (0)