From 805590c6357aa03321b9c13f9dd61d9834953a40 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 6 Feb 2018 11:37:02 -0700 Subject: [PATCH] Update branch to use for Redox 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 afab8847d..e59d7b510 100644 --- a/recipes/rust/recipe.sh +++ b/recipes/rust/recipe.sh @@ -1,5 +1,5 @@ GIT=https://github.com/redox-os/rust.git -BRANCH=compile-redox-stage-0 +BRANCH=compile-redox DEPENDS="gcc cargo" LLVM_GIT="https://github.com/redox-os/llvm.git" -- GitLab