Merge branch 'pin_escalated' into 'master'

Pin escalated to avoid relibc out-of-sync issues.

See merge request redox-os/cookbook!302
This commit is contained in:
Jeremy Soller 2023-10-19 20:14:28 +00:00
commit 01f53342b9

View File

@ -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"