From 786511885d00caa0c221bd0ebccbef1347823605 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Tue, 8 Apr 2025 10:03:53 -0700 Subject: [PATCH] Update commit for escalated recipe --- recipes/core/escalated/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/escalated/recipe.toml b/recipes/core/escalated/recipe.toml index d8a4d51eb..c1c2fa2ab 100644 --- a/recipes/core/escalated/recipe.toml +++ b/recipes/core/escalated/recipe.toml @@ -2,6 +2,6 @@ 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 = "92eed68f" +rev = "8ffd7d3c" [build] template = "cargo"