diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index afab8847d60f3839c6c9cf0eecada4d501382ef2..e59d7b51017551ad8adec82a1545c55328955a18 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"