From 86c774c3525afaa4855796e8597ad5c884c8a7d7 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 14:07:21 +0000 Subject: [PATCH] fix script --- recipes/wip/hickory-dns/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/hickory-dns/recipe.toml b/recipes/wip/hickory-dns/recipe.toml index 1bcedca43..8b8ecd88e 100644 --- a/recipes/wip/hickory-dns/recipe.toml +++ b/recipes/wip/hickory-dns/recipe.toml @@ -8,5 +8,5 @@ dependencies = [ "openssl1", ] script = """ -cookbook_cargo -p hickory-dns --all-features +cookbook_cargo -- -p hickory-dns --all-features """