From 3376b398a3b2b1e9b8d9560963dc2a8bb539f130 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 23 Dec 2023 10:30:34 +0000 Subject: [PATCH] update recipes --- recipes/wip/shellfirm/recipe.toml | 2 +- recipes/wip/shokunin/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/shellfirm/recipe.toml b/recipes/wip/shellfirm/recipe.toml index 17b65d430..78fc9d442 100644 --- a/recipes/wip/shellfirm/recipe.toml +++ b/recipes/wip/shellfirm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/kaplanelad/shellfirm" [build] diff --git a/recipes/wip/shokunin/recipe.toml b/recipes/wip/shokunin/recipe.toml index 72ec61838..af65d243d 100644 --- a/recipes/wip/shokunin/recipe.toml +++ b/recipes/wip/shokunin/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/sebastienrousseau/shokunin" rev = "9592f12701fb0ef3bc298f4499d2787e24fca4f3" [build] template = "cargo" +dependencies = [ + "openssl1", +]