From ee63aa4823d252f373e2299e0255a76d54a68eea Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 21:13:24 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/panamax/recipe.toml | 2 +- recipes/wip/dev/precious/recipe.toml | 2 +- recipes/wip/dev/projclean/recipe.toml | 2 +- recipes/wip/dev/protofetch/recipe.toml | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/wip/dev/panamax/recipe.toml b/recipes/wip/dev/panamax/recipe.toml index 501c35f49..2b2e4de4d 100644 --- a/recipes/wip/dev/panamax/recipe.toml +++ b/recipes/wip/dev/panamax/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/panamax-rs/panamax" [build] diff --git a/recipes/wip/dev/precious/recipe.toml b/recipes/wip/dev/precious/recipe.toml index 8036581d2..cf6abee7d 100644 --- a/recipes/wip/dev/precious/recipe.toml +++ b/recipes/wip/dev/precious/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/houseabsolute/precious" [build] diff --git a/recipes/wip/dev/projclean/recipe.toml b/recipes/wip/dev/projclean/recipe.toml index ebfe22c42..7c8793225 100644 --- a/recipes/wip/dev/projclean/recipe.toml +++ b/recipes/wip/dev/projclean/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs_at crate error [source] git = "https://github.com/sigoden/projclean" [build] diff --git a/recipes/wip/dev/protofetch/recipe.toml b/recipes/wip/dev/protofetch/recipe.toml index e3c3c110c..a66f1396d 100644 --- a/recipes/wip/dev/protofetch/recipe.toml +++ b/recipes/wip/dev/protofetch/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/coralogix/protofetch" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab