diff --git a/recipes/wip/lychee/recipe.toml b/recipes/wip/lychee/recipe.toml index 42fec69c9..b441f8010 100644 --- a/recipes/wip/lychee/recipe.toml +++ b/recipes/wip/lychee/recipe.toml @@ -1,4 +1,4 @@ -#TODO compilation error (after an update on tokio and a patch on ring) +#TODO async-io crate error (after cargo update) [source] git = "https://github.com/lycheeverse/lychee" [build] diff --git a/recipes/wip/macchina/recipe.toml b/recipes/wip/macchina/recipe.toml index 75d4f5479..e408351ab 100644 --- a/recipes/wip/macchina/recipe.toml +++ b/recipes/wip/macchina/recipe.toml @@ -1,9 +1,6 @@ -#TODO Compilation error +#TODO [source] git = "https://github.com/Macchina-CLI/macchina" rev = "f228e72bd6a84bb18c26f1665c412cf206d425a3" [build] template = "cargo" -dependencies = [ - "libgit2", -]