Update branch to use for Redox rust

This commit is contained in:
Jeremy Soller 2018-02-06 11:37:02 -07:00
parent 890edbae1e
commit 805590c635

View File

@ -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"