diff --git a/recipes/escalated/recipe.toml b/recipes/escalated/recipe.toml index 801bf9a8b..8bfd1b73c 100644 --- a/recipes/escalated/recipe.toml +++ b/recipes/escalated/recipe.toml @@ -1,5 +1,9 @@ [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" + [build] template = "cargo"