diff --git a/docker/Dockerfile b/docker/Dockerfile index 5221aa558..375e5031b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean # Match Rustc version as close as possible # rustc -vV -ARG LLVM_VERSION=20 +ARG LLVM_VERSION=21 # ENV RUSTUP_TOOLCHAIN=${RUST_VERSION} # Install repo tools diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c1416cf40..e38456e3c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -10,7 +10,7 @@ [toolchain] profile = "minimal" -channel = "1.90.0" +channel = "1.92.0" components = [ # For rust-analyzer "rust-src",