From 28220ad95bfb59c78154d4d54eecac1eb9fda223 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 17 Mar 2026 10:46:47 -0700 Subject: [PATCH] update rust to 1.93.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ccf0ea0..9d567fc 100644 --- a/Containerfile +++ b/Containerfile @@ -47,7 +47,7 @@ RUN git clone --depth=1 --recursive --branch=0.45 https://git.libre-chip.org/mir && make install \ && rm -rf /build -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.89.0 \ +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.93.0 \ && . "$HOME/.cargo/env" \ && rustup component add rust-src ENV PATH=/root/.cargo/bin:$PATH