From 21cae987e7def10e9bbd95cd4a5a6de41757a8b4 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 10:45:38 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-component/recipe.toml | 2 +- recipes/wip/dev/cargo-depsize/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/cargo-component/recipe.toml b/recipes/wip/dev/cargo-component/recipe.toml index 4a32c1ed4..bacbc60a6 100644 --- a/recipes/wip/dev/cargo-component/recipe.toml +++ b/recipes/wip/dev/cargo-component/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/bytecodealliance/cargo-component" [build] diff --git a/recipes/wip/dev/cargo-depsize/recipe.toml b/recipes/wip/dev/cargo-depsize/recipe.toml index 31dbae499..4f6e81765 100644 --- a/recipes/wip/dev/cargo-depsize/recipe.toml +++ b/recipes/wip/dev/cargo-depsize/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Alfex4936/cargo-depsize" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab