From 02c0fd36f81a2e0352727532fe49430121901be2 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 20 Dec 2023 14:08:14 +0000 Subject: [PATCH] update recipes --- recipes/wip/cargo-run-bin/recipe.toml | 2 +- recipes/wip/cargo-sweep/recipe.toml | 2 +- recipes/wip/cargo-tarpaulin/recipe.toml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/cargo-run-bin/recipe.toml b/recipes/wip/cargo-run-bin/recipe.toml index 7625128af..4101bffc3 100644 --- a/recipes/wip/cargo-run-bin/recipe.toml +++ b/recipes/wip/cargo-run-bin/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/dustinblackman/cargo-run-bin" [build] diff --git a/recipes/wip/cargo-sweep/recipe.toml b/recipes/wip/cargo-sweep/recipe.toml index c6ef12346..1fd87697d 100644 --- a/recipes/wip/cargo-sweep/recipe.toml +++ b/recipes/wip/cargo-sweep/recipe.toml @@ -1,4 +1,4 @@ -#TODO needs to update the redox_syscall version +#TODO compiled but not tested [source] git = "https://github.com/holmgr/cargo-sweep" [build] diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml index 94e775c61..252655ac6 100644 --- a/recipes/wip/cargo-tarpaulin/recipe.toml +++ b/recipes/wip/cargo-tarpaulin/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/xd009642/tarpaulin" rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab