diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml index adc81be4..6c4b14fd 100644 --- a/recipes/wip/dev/get-blessed/recipe.toml +++ b/recipes/wip/dev/get-blessed/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/josueBarretogit/get_blessed_rs" [build] diff --git a/recipes/wip/dev/gex/recipe.toml b/recipes/wip/dev/gex/recipe.toml index 7ab5fb34..3d710cf2 100644 --- a/recipes/wip/dev/gex/recipe.toml +++ b/recipes/wip/dev/gex/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Piturnah/gex" [build] diff --git a/recipes/wip/dev/gfold/recipe.toml b/recipes/wip/dev/gfold/recipe.toml index 59d41633..f698808e 100644 --- a/recipes/wip/dev/gfold/recipe.toml +++ b/recipes/wip/dev/gfold/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/nickgerace/gfold" [build] diff --git a/recipes/wip/dev/gist-rs/recipe.toml b/recipes/wip/dev/gist-rs/recipe.toml index 29abdf65..4d89631e 100644 --- a/recipes/wip/dev/gist-rs/recipe.toml +++ b/recipes/wip/dev/gist-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/oz/gist" [build] diff --git a/recipes/wip/dev/git-grab/recipe.toml b/recipes/wip/dev/git-grab/recipe.toml index 278ca098..c3a6e00f 100644 --- a/recipes/wip/dev/git-grab/recipe.toml +++ b/recipes/wip/dev/git-grab/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/wezm/git-grab" [build] diff --git a/recipes/wip/dev/git-graph/recipe.toml b/recipes/wip/dev/git-graph/recipe.toml index bfc5f5a4..ef9aacff 100644 --- a/recipes/wip/dev/git-graph/recipe.toml +++ b/recipes/wip/dev/git-graph/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/mlange-42/git-graph" [build] diff --git a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml index 5ed90170..dae20f2f 100644 --- a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml +++ b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/MitMaro/git-interactive-rebase-tool" [build] diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml index f40c4586..5dd69ac0 100644 --- a/recipes/wip/dev/git-repo-manager/recipe.toml +++ b/recipes/wip/dev/git-repo-manager/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/hakoerber/git-repo-manager" [build] template = "cargo" +dependencies = [ + "openssl1", +]