From 79a1806abd11776613936b2fe876e02a9ca285fb Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 08:59:42 -0300 Subject: [PATCH] Fix the cargo-preflight recipe and update a TODO --- recipes/wip/dev/analysis/feluda/recipe.toml | 2 +- recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/analysis/feluda/recipe.toml b/recipes/wip/dev/analysis/feluda/recipe.toml index 98c4c36e0..75902a3f1 100644 --- a/recipes/wip/dev/analysis/feluda/recipe.toml +++ b/recipes/wip/dev/analysis/feluda/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO camino crate error [source] git = "https://github.com/anistark/feluda" [build] diff --git a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml index 5600e131b..1553194ae 100644 --- a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/supinie/cargo-preflight" [build] template = "cargo" +dependencies = [ + "openssl1", +]