Skip to content

Commit

Permalink
update toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Mar 4, 2025
1 parent de1bf20 commit 4584368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ RUN wget https://github.com/chipsalliance/verible/releases/download/v0.0-3428-gc
rm verible.tar.gz
ENV PATH=$PATH:/home/verible/bin

# Set rust to 1.76 and runt to 0.4.1
RUN rustup toolchain install 1.76.0 &&\
rustup default 1.76.0 &&\
# Set rust to 1.82 and runt to 0.4.1
RUN rustup toolchain install 1.82.0 &&\
rustup default 1.82.0 &&\
cargo install runt --version 0.4.1

# ----------------------------------------
Expand Down

0 comments on commit 4584368

Please sign in to comment.