From b3532dfaa758fdf31fe2080d01efe0758196acee Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 24 Jul 2024 21:01:12 +0000 Subject: [PATCH] Update the pinned commit of the escalated recipe to fix many commands --- recipes/core/escalated/recipe.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/core/escalated/recipe.toml b/recipes/core/escalated/recipe.toml index 8bfd1b73..86c82839 100644 --- a/recipes/core/escalated/recipe.toml +++ b/recipes/core/escalated/recipe.toml @@ -1,9 +1,7 @@ [source] git = "https://gitlab.redox-os.org/redox-os/escalated.git" - # Escalated is not backwards compatible wrt relibc versions, so we pin it here # so it's updated together with the other main submodules. -rev = "efe37543" - +rev = "06fe299019dc65e3e029ddb0886fa8e53edd602a" [build] template = "cargo"