Skip to content

Commit 0d3ece5

Browse files
committed
fix: devcontainer specifies a fixed rust version.
1 parent e5bdff7 commit 0d3ece5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ USER ${USERNAME}
8989
RUN umask 0002 && \
9090
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
9191
| sh -s -- -y --no-modify-path && \
92-
rustup update stable && \
92+
rustup install 1.85.0 && \
9393
rustup component add rust-src llvm-tools-preview && \
9494
cargo install cargo-binutils && \
9595
rustup target add thumbv7em-none-eabihf thumbv7em-none-eabi

0 commit comments

Comments
 (0)