From 59dfd519f7c310bf4136ffcb2694cf21dd95f7f1 Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Wed, 26 Mar 2025 17:35:48 -0700 Subject: [PATCH] Update escalated SHA --- 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 70798d90..d8a4d51e 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 = "6c9d3e44" +rev = "92eed68f" [build] template = "cargo"