From 40f877bb4ca8f748f6183dabb82789f305996fac Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 12:32:27 -0700 Subject: [PATCH] Update remote branch of rust to redox-2025-10-03 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9745aec0d..46244881b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ [submodule "rust"] path = rust url = https://gitlab.redox-os.org/redox-os/rust.git - branch = redox-2025-01-12 + branch = redox-2025-10-03 update = none