From a8c8879e7a5de8e0083e9f7d9ec35da2509c0867 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 18:24:23 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/git-repo-manager/recipe.toml | 2 +- recipes/wip/dev/git-subset/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml index 5dd69ac0e..b7b975feb 100644 --- a/recipes/wip/dev/git-repo-manager/recipe.toml +++ b/recipes/wip/dev/git-repo-manager/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/hakoerber/git-repo-manager" [build] diff --git a/recipes/wip/dev/git-subset/recipe.toml b/recipes/wip/dev/git-subset/recipe.toml index 13e43a7b4..aadf71118 100644 --- a/recipes/wip/dev/git-subset/recipe.toml +++ b/recipes/wip/dev/git-subset/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/jasonwhite/git-subset" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab