From 9e0c8b8a572a3b77ba16e1f96004453aa1f570a3 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Fri, 20 Feb 2026 13:02:59 +1100 Subject: [PATCH] fix(recipes/tree-sitter): rustix patch Signed-off-by: Anhad Singh --- recipes/wip/libs/other/tree-sitter/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/tree-sitter/recipe.toml b/recipes/wip/libs/other/tree-sitter/recipe.toml index 8285bd265..6cd7fd347 100644 --- a/recipes/wip/libs/other/tree-sitter/recipe.toml +++ b/recipes/wip/libs/other/tree-sitter/recipe.toml @@ -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 """