From f5b4358d9ef7e1e45cb4dd8d2ca005428d5ceb00 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 13:36:29 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-trim/recipe.toml | 2 +- recipes/wip/dev/cargo-udeps/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/cargo-trim/recipe.toml b/recipes/wip/dev/cargo-trim/recipe.toml index 36e15b275..aedfce428 100644 --- a/recipes/wip/dev/cargo-trim/recipe.toml +++ b/recipes/wip/dev/cargo-trim/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/iamsauravsharma/cargo-trim" [build] diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml index 0a0f7c25e..a74d9953d 100644 --- a/recipes/wip/dev/cargo-udeps/recipe.toml +++ b/recipes/wip/dev/cargo-udeps/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/est31/cargo-udeps" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab