diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml
index fe9297b3b610261833a0b77ce182f8025fb76720..2305ee07eb753f32c294406a281931a5213869c1 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 05718cbe0e00575d421abfa5ce4f57db583a2928..c5495d09f538d63ea0606547c3b9c139eae623c3 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