From 66bb39e16212e51e6e27580c2f13aff1b107eb5e Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 6 Feb 2018 17:19:50 -0700
Subject: [PATCH] Update branch of cargo

---
 recipes/cargo/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/cargo/recipe.sh b/recipes/cargo/recipe.sh
index 3a688e5af..0a879135a 100644
--- a/recipes/cargo/recipe.sh
+++ b/recipes/cargo/recipe.sh
@@ -1,5 +1,5 @@
 GIT=https://github.com/redox-os/cargo.git
-BRANCH=redox_rebase
+BRANCH=redox
 BUILD_DEPENDS=(openssl zlib)
 
 function recipe_build {
-- 
GitLab