From e0afaa57c78fe8398317d9523c44b28413698a26 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 11 Sep 2023 09:20:06 -0600 Subject: [PATCH] Update rust --- recipes/rust/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh index 8a2f022be..d327fb0a8 100644 --- a/recipes/rust/recipe.sh +++ b/recipes/rust/recipe.sh @@ -1,5 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/rust.git -BRANCH=redox-2023-01-21 +BRANCH=redox-2023-09-07 BUILD_DEPENDS=(llvm) DEPENDS="gcc cargo" PREPARE_COPY=0 -- GitLab