From e97f05b035838b8c6bf0df84fada5932f6530225 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 11 Feb 2023 17:05:46 -0700 Subject: [PATCH] Update cargo --- recipes/cargo/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cargo/recipe.toml b/recipes/cargo/recipe.toml index dc922a7f6..a443f377d 100644 --- a/recipes/cargo/recipe.toml +++ b/recipes/cargo/recipe.toml @@ -1,7 +1,7 @@ [source] git = "https://gitlab.redox-os.org/redox-os/cargo.git" upstream = "https://github.com/rust-lang/cargo.git" -branch = "redox-2022-03-18" +branch = "redox-2023-01-21" [build] template = "custom" -- GitLab