From b090ea4d1ea070bd0bdd740709b04dc52ce03ccc Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 11 Jun 2024 20:18:00 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/ktra/recipe.toml | 2 +- recipes/wip/dev/lading/recipe.toml | 2 +- recipes/wip/dev/leetup/recipe.toml | 2 +- recipes/wip/dev/license-generator/recipe.toml | 2 +- recipes/wip/dev/licensure/recipe.toml | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/recipes/wip/dev/ktra/recipe.toml b/recipes/wip/dev/ktra/recipe.toml index 9764e55d..b4113b6e 100644 --- a/recipes/wip/dev/ktra/recipe.toml +++ b/recipes/wip/dev/ktra/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/moriturus/ktra" [build] diff --git a/recipes/wip/dev/lading/recipe.toml b/recipes/wip/dev/lading/recipe.toml index 940ca999..9d8a76b7 100644 --- a/recipes/wip/dev/lading/recipe.toml +++ b/recipes/wip/dev/lading/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/DataDog/lading" [build] diff --git a/recipes/wip/dev/leetup/recipe.toml b/recipes/wip/dev/leetup/recipe.toml index 95569337..717945da 100644 --- a/recipes/wip/dev/leetup/recipe.toml +++ b/recipes/wip/dev/leetup/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO openssl-sys crate error [source] git = "https://github.com/dragfire/leetup" [build] diff --git a/recipes/wip/dev/license-generator/recipe.toml b/recipes/wip/dev/license-generator/recipe.toml index 72349853..98958b46 100644 --- a/recipes/wip/dev/license-generator/recipe.toml +++ b/recipes/wip/dev/license-generator/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/azu/license-generator" [build] diff --git a/recipes/wip/dev/licensure/recipe.toml b/recipes/wip/dev/licensure/recipe.toml index 9d7fdab0..b34fe0b0 100644 --- a/recipes/wip/dev/licensure/recipe.toml +++ b/recipes/wip/dev/licensure/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/chasinglogic/licensure" [build] template = "cargo" +dependencies = [ + "openssl1", +]