File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -eux; \
2828 echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
2929 chmod +x rustup-init
3030
31- ENV RUST_VERSION=1.81 .0
31+ ENV RUST_VERSION=1.85 .0
3232
3333RUN set -eux; \
3434 ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -eux; \
2727 echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
2828 chmod +x rustup-init
2929
30- ENV RUST_VERSION=1.81 .0
30+ ENV RUST_VERSION=1.85 .0
3131
3232RUN set -eux; \
3333 ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -eux; \
2727 echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
2828 chmod +x rustup-init
2929
30- ENV RUST_VERSION=1.81 .0
30+ ENV RUST_VERSION=1.85 .0
3131
3232RUN set -eux; \
3333 ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Original file line number Diff line number Diff line change 33import os
44from urllib import request
55
6- RUST_VERSION = '1.81 .0'
6+ RUST_VERSION = '1.85 .0'
77RUSTUP_VERSION = '1.27.1'
88
99DISTRIBUTIONS = {
You can’t perform that action at this time.
0 commit comments