From 103c51c3c9850891a3fefd1d0089571a58d6c888 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 9 May 2021 19:51:03 -0600
Subject: [PATCH] Update rust recipe

---
 recipes/rust/recipe.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 7a3a5fc3c..6cfd51386 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=redox-2019-11-25
+BRANCH=redox-2020-07-27
 BUILD_DEPENDS=(llvm)
 DEPENDS="gcc cargo"
 PREPARE_COPY=0
@@ -18,7 +18,7 @@ function recipe_build {
     config="$(realpath ../config.toml)"
     source="$(realpath ../source)"
     unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
-    python "$source/x.py" dist --config "$config" --jobs $(nproc) --incremental
+    python3 "$source/x.py" dist --config "$config" --jobs $(nproc) --incremental
     skip=1
 }
 
-- 
GitLab