From 7102c3f938c9dec20beb7a5ac45d4502c4b79a6d Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 1 Apr 2022 17:43:19 -0600 Subject: [PATCH] Update rust --- 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 91e94aea7..be4f36c8c 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-2021-06-15 +BRANCH=redox-2022-03-18 BUILD_DEPENDS=(llvm) DEPENDS="gcc cargo" PREPARE_COPY=0 -- GitLab