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"