Merge branch 'dev' into 'master'

fix(recipes/tree-sitter): rustix patch

See merge request redox-os/redox!1926
This commit is contained in:
Jeremy Soller 2026-02-20 05:43:56 -07:00
commit 57d9ecc0bb

View File

@ -9,6 +9,6 @@ patches = [
template = "custom"
script = """
DYNAMIC_INIT
PACKAGE_PATH=cli cookbook_cargo
PACKAGE_PATH=cli cookbook_cargo --config 'patch.crates-io.rustix.git = "https://github.com/bytecodealliance/rustix"'
cookbook_cmake "${COOKBOOK_SOURCE}"/lib
"""