From 0a6dde75fad2c2f0ea4a283bfe895b4f57fe8326 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 11 Jun 2024 12:55:12 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-patch/recipe.toml | 2 +- recipes/wip/dev/cargo-public-api/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml index 51cedcbb..34a3a686 100644 --- a/recipes/wip/dev/cargo-patch/recipe.toml +++ b/recipes/wip/dev/cargo-patch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO ahash crate error [source] git = "https://github.com/itmettkeDE/cargo-patch" [build] diff --git a/recipes/wip/dev/cargo-public-api/recipe.toml b/recipes/wip/dev/cargo-public-api/recipe.toml index eb8fcaa6..b6f0acd8 100644 --- a/recipes/wip/dev/cargo-public-api/recipe.toml +++ b/recipes/wip/dev/cargo-public-api/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/Enselic/cargo-public-api" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages cargo-public-api """