From 6243558d6cdc41b07f28a7baf46c0979d4cfb8eb Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Tue, 14 Dec 2021 14:19:19 -0700 Subject: [PATCH] Update rust recipe to latest branch --- recipes/rust/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh index 7cd2424ee..91e94aea7 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-2020-07-27 +BRANCH=redox-2021-06-15 BUILD_DEPENDS=(llvm) DEPENDS="gcc cargo" PREPARE_COPY=0 -- GitLab