From b80c5a1b211cd40fc9b4285c3b4a387579f308c6 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sat, 30 Nov 2019 15:17:32 -0700
Subject: [PATCH] Update rust branch for rust package

---
 recipes/rust/config.toml | 2 +-
 recipes/rust/recipe.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml
index fe9297b3b..2305ee07e 100644
--- a/recipes/rust/config.toml
+++ b/recipes/rust/config.toml
@@ -21,4 +21,4 @@ ar = "x86_64-unknown-redox-ar"
 linker = "x86_64-unknown-redox-gcc"
 # Nasty path, please fix
 llvm-config = "../../../bin/x86_64-unknown-redox-llvm-config"
-crt-static = true
+crt-static = false
diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 05718cbe0..c5495d09f 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -1,5 +1,5 @@
 GIT=https://gitlab.redox-os.org/redox-os/rust.git
-BRANCH=compile-redox
+BRANCH=redox-2019-11-25
 BUILD_DEPENDS=(llvm)
 DEPENDS="gcc cargo"
 PREPARE_COPY=0
-- 
GitLab