diff --git a/recipes/wip/qv/recipe.toml b/recipes/wip/qv/recipe.toml index b05433de6..81812e895 100644 --- a/recipes/wip/qv/recipe.toml +++ b/recipes/wip/qv/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO deltalake crate error (after a patch on ring) [source] git = "https://github.com/timvw/qv" [build] diff --git a/recipes/wip/rargs/recipe.toml b/recipes/wip/rargs/recipe.toml index a48ab3ae2..17c527066 100644 --- a/recipes/wip/rargs/recipe.toml +++ b/recipes/wip/rargs/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled after cargo update, not tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/lotabout/rargs" [build] diff --git a/recipes/wip/rattler-build/recipe.toml b/recipes/wip/rattler-build/recipe.toml index b9804a3fd..857baeb8c 100644 --- a/recipes/wip/rattler-build/recipe.toml +++ b/recipes/wip/rattler-build/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/prefix-dev/rattler-build" rev = "4e554ccf35e50f598f9110bfc8c8be909de203da" [build] template = "cargo" +dependencies = [ + "openssl1", +]