From 0b860a87bbfc8d90a92f789521dfa1270062406e Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 14:09:00 +0000 Subject: [PATCH] update 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 8b8ecd88e..e35717603 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_packages hickory-dns --all-features """