From 66b96bef910eb147c7f4c6437100357a65f22135 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 11:11:53 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-duplicates/recipe.toml | 2 +- recipes/wip/dev/cargo-edit/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/cargo-duplicates/recipe.toml b/recipes/wip/dev/cargo-duplicates/recipe.toml index e0e52ca5b..4b842c460 100644 --- a/recipes/wip/dev/cargo-duplicates/recipe.toml +++ b/recipes/wip/dev/cargo-duplicates/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO cargo-util crate error [source] git = "https://github.com/Keruspe/cargo-duplicates" [build] diff --git a/recipes/wip/dev/cargo-edit/recipe.toml b/recipes/wip/dev/cargo-edit/recipe.toml index 72ba49a1a..4f84cdb02 100644 --- a/recipes/wip/dev/cargo-edit/recipe.toml +++ b/recipes/wip/dev/cargo-edit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/killercup/cargo-edit" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab