From d9f8258fad1867642952b20108d349e4a7e3234d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 11 Jun 2024 09:46:22 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-clone-crate/recipe.toml | 2 +- recipes/wip/dev/cargo-component/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/cargo-clone-crate/recipe.toml b/recipes/wip/dev/cargo-clone-crate/recipe.toml index 1767fb992..80e325735 100644 --- a/recipes/wip/dev/cargo-clone-crate/recipe.toml +++ b/recipes/wip/dev/cargo-clone-crate/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ehuss/cargo-clone-crate" [build] diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml index 601e17e5f..4a32c1ed4 100644 --- a/recipes/wip/dev/cargo-component/recipe.toml +++ b/recipes/wip/dev/cargo-component/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/bytecodealliance/cargo-component" [build] template = "cargo" +dependencies = [ + "openssl1", +]