chore: Upgrade Rust to 1.92

This commit is contained in:
Jade Ellis
2026-03-20 18:27:59 +00:00
parent 5164822090
commit fb9a2aa4d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean
# Match Rustc version as close as possible # Match Rustc version as close as possible
# rustc -vV # rustc -vV
ARG LLVM_VERSION=20 ARG LLVM_VERSION=21
# ENV RUSTUP_TOOLCHAIN=${RUST_VERSION} # ENV RUSTUP_TOOLCHAIN=${RUST_VERSION}
# Install repo tools # Install repo tools
+1 -1
View File
@@ -10,7 +10,7 @@
[toolchain] [toolchain]
profile = "minimal" profile = "minimal"
channel = "1.90.0" channel = "1.92.0"
components = [ components = [
# For rust-analyzer # For rust-analyzer
"rust-src", "rust-src",