Skip to content

Commit a4ac8e2

Browse files
authored
Update Rust to 1.75.0 (#6285)
[Release notes](https://github.com/rust-lang/rust/releases/tag/1.75.0).
1 parent b3a681d commit a4ac8e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.buildtools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ WORKDIR /home/nonroot
135135

136136
# Rust
137137
# Please keep the version of llvm (installed above) in sync with rust llvm (`rustc --version --verbose | grep LLVM`)
138-
ENV RUSTC_VERSION=1.74.0
138+
ENV RUSTC_VERSION=1.75.0
139139
ENV RUSTUP_HOME="/home/nonroot/.rustup"
140140
ENV PATH="/home/nonroot/.cargo/bin:${PATH}"
141141
RUN curl -sSO https://static.rust-lang.org/rustup/dist/$(uname -m)-unknown-linux-gnu/rustup-init && whoami && \

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.74.0"
2+
channel = "1.75.0"
33
profile = "default"
44
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
55
# https://rust-lang.github.io/rustup/concepts/profiles.html

0 commit comments

Comments
 (0)