From b09eb0ca29efd0e141b7e9d7c49b80edb5601c1e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 20 Nov 2025 12:35:20 -0700 Subject: [PATCH] Update rust branch --- recipes/dev/rust/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dev/rust/recipe.toml b/recipes/dev/rust/recipe.toml index 58b4658a..7b00b3e5 100644 --- a/recipes/dev/rust/recipe.toml +++ b/recipes/dev/rust/recipe.toml @@ -1,6 +1,6 @@ [source] git = "https://gitlab.redox-os.org/redox-os/rust.git" -branch = "redox-2025-01-12" +branch = "redox-2025-10-03" # due to heavy git operation, this will only clone once and will not refetch # if you want to refetch or changing the branch, please run `make ucr.rust` shallow_clone = true