diff --git a/recipes/wip/dev/git-subset/recipe.toml b/recipes/wip/dev/git-subset/recipe.toml index aadf711180af326330b972bab9ecf911f6f3048c..bc4f4862b1bda33cbb3bf71a147528db843b1b64 100644 --- a/recipes/wip/dev/git-subset/recipe.toml +++ b/recipes/wip/dev/git-subset/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested (after cargo update) +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/jasonwhite/git-subset" [build] diff --git a/recipes/wip/dev/git-tool/recipe.toml b/recipes/wip/dev/git-tool/recipe.toml index d75db7d4937bc4cc1dd8b7425d6d3bcc91883e29..24c04fe1cbecaa9070394b949c547cf26c403c3d 100644 --- a/recipes/wip/dev/git-tool/recipe.toml +++ b/recipes/wip/dev/git-tool/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/SierraSoftworks/git-tool" [build] diff --git a/recipes/wip/dev/git-tools/recipe.toml b/recipes/wip/dev/git-tools/recipe.toml index c61f957c6af7eb6931d107b297225923fed8056a..bc563046d61d51e0b78ad176da46f04cd01679f2 100644 --- a/recipes/wip/dev/git-tools/recipe.toml +++ b/recipes/wip/dev/git-tools/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO users crate error [source] git = "https://github.com/cecton/git-tools" [build] diff --git a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml index 30868a9ff367b593f2cec838bb0f48b9adaca988..2827f4c8712574df10b2ada599cae32396c7e37d 100644 --- a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml +++ b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/w4/gitlab-cargo-shim" [build] diff --git a/recipes/wip/dev/grcov/recipe.toml b/recipes/wip/dev/grcov/recipe.toml index 08220168786dd1dd379ebf0251f0668c48b0e0c9..ead221f40e975ac14369a16e5283183f2cdac58c 100644 --- a/recipes/wip/dev/grcov/recipe.toml +++ b/recipes/wip/dev/grcov/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/mozilla/grcov" [build] diff --git a/recipes/wip/dev/icemaker/recipe.toml b/recipes/wip/dev/icemaker/recipe.toml index 0959582bd17cd237916d203772be68b1f1b76840..1dd73e8aa8efb8c153649f9674d76b4b0745d223 100644 --- a/recipes/wip/dev/icemaker/recipe.toml +++ b/recipes/wip/dev/icemaker/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO tree-sitter-rust error [source] git = "https://github.com/matthiaskrgr/icemaker" [build] diff --git a/recipes/wip/dev/jco/recipe.toml b/recipes/wip/dev/jco/recipe.toml index 9279ec01287a2898675116b2eec6999d288c3fa4..34035ea0c6e424cae8b3b2820d381342ca3287e4 100644 --- a/recipes/wip/dev/jco/recipe.toml +++ b/recipes/wip/dev/jco/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/bytecodealliance/jco" [build] diff --git a/recipes/wip/dev/kickstart/recipe.toml b/recipes/wip/dev/kickstart/recipe.toml index 5559ada0624305ce99bf07221c652c1989646a4f..b3d789da4a52a104eef6085c83c8183de568db63 100644 --- a/recipes/wip/dev/kickstart/recipe.toml +++ b/recipes/wip/dev/kickstart/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Keats/kickstart" [build] diff --git a/recipes/wip/dev/knope/recipe.toml b/recipes/wip/dev/knope/recipe.toml index 1b3f8c92a1c09873577fcb89d3d2ed0e02c31541..f70300e83d0755c2d7d1dbf50566f4c9d0ca26f7 100644 --- a/recipes/wip/dev/knope/recipe.toml +++ b/recipes/wip/dev/knope/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/knope-dev/knope" [build] diff --git a/recipes/wip/dev/kondo/recipe.toml b/recipes/wip/dev/kondo/recipe.toml index b6cd907c0e05f2fce09658b146a87c0cf485b4f7..e23eda27dc00062e192d3718178561e2efada0d8 100644 --- a/recipes/wip/dev/kondo/recipe.toml +++ b/recipes/wip/dev/kondo/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/tbillington/kondo" [build] diff --git a/recipes/wip/dev/ktra/recipe.toml b/recipes/wip/dev/ktra/recipe.toml index 36ed8bc4828d554ef891fa356120cb3d6ebcd106..9764e55d6b1fc2672dc8639947511e3982bd0ab1 100644 --- a/recipes/wip/dev/ktra/recipe.toml +++ b/recipes/wip/dev/ktra/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/moriturus/ktra" [build] template = "cargo" +dependencies = [ + "openssl1", +]