From 81f30bcb717969d7dfc1fc6eb4f03916e1328317 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:25:55 +0200 Subject: [PATCH] Remove escalated recipe --- recipes/core/escalated/recipe.toml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 recipes/core/escalated/recipe.toml diff --git a/recipes/core/escalated/recipe.toml b/recipes/core/escalated/recipe.toml deleted file mode 100644 index 8ba1c4723..000000000 --- a/recipes/core/escalated/recipe.toml +++ /dev/null @@ -1,7 +0,0 @@ -[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 = "dabdbf6" -[build] -template = "cargo"