From 41d205fcc712ccd00355c8fe2842e72280376e06 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 07:17:23 +0000 Subject: [PATCH] update recipe --- recipes/wip/ruff/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/ruff/recipe.toml b/recipes/wip/ruff/recipe.toml index cd97b2adb..f5a07e99c 100644 --- a/recipes/wip/ruff/recipe.toml +++ b/recipes/wip/ruff/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/charliermarsh/ruff" rev = "0263f2715eba81aee471e3dd5a50ea5f9426cbb1" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages ruff_cli +""" -- GitLab