From 766078a708e2ae80c3e843d1d3fa74f60948af7c Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 14 Apr 2026 20:37:32 +0700 Subject: [PATCH] Switch rust --- recipes/dev/rust/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/dev/rust/recipe.toml b/recipes/dev/rust/recipe.toml index 020909b26..2e3cff53c 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-10-03" +git = "https://gitlab.redox-os.org/willnode/rust.git" +branch = "linux" shallow_clone = true [build]