From 9e29ed935da1cb29db2a8adbc86c969a4e294321 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 4 Oct 2025 07:54:25 -0600 Subject: [PATCH] Update rust toolchain --- relibc | 2 +- rust | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/relibc b/relibc index 43b0f235..bb42c129 160000 --- a/relibc +++ b/relibc @@ -1 +1 @@ -Subproject commit 43b0f235ca43a95c91b42f2781f482809f1babe4 +Subproject commit bb42c12921896eba78a18b278c8dd776b9d9994c diff --git a/rust b/rust index db7efe3c..687c5fa2 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit db7efe3cc0dc066402b758b10456ac5cf3d0bbb3 +Subproject commit 687c5fa2c385b8d169fdf95424f755588f95e174 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 65eb2271..306bdf6f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2025-01-12" +channel = "nightly-2025-10-03" components = ["rust-src", "rustfmt", "clippy"] profile = "minimal"