From 49d2bf21c18b964943fe7c70ccdbb487b2d31c73 Mon Sep 17 00:00:00 2001 From: Jakob Peters Date: Wed, 29 Oct 2025 22:25:26 -0700 Subject: [PATCH] RootFS: Build Rust 1.90.0 --- 0_RootFS/Rust/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_RootFS/Rust/build_tarballs.jl b/0_RootFS/Rust/build_tarballs.jl index 44b30dea3ec..c80bc5a064b 100644 --- a/0_RootFS/Rust/build_tarballs.jl +++ b/0_RootFS/Rust/build_tarballs.jl @@ -20,7 +20,7 @@ rustup_name = "RustStage1" rustup_version = v"1.24.3" # This is the version of the Rust toolchain we install -version = v"1.87.0" +version = v"1.90.0" sources = [ # We'll use rustup to install rust