From 4f7a07bea9af53fb18f18eb01759af0dbd1841ee Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 10 Jun 2024 09:20:31 +0000 Subject: [PATCH] Update a recipe --- recipes/wip/demos/ferris-says/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml index f42b0fccd..e505773a4 100644 --- a/recipes/wip/demos/ferris-says/recipe.toml +++ b/recipes/wip/demos/ferris-says/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/rust-lang/ferris-says" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages fsays +""" -- GitLab