From 91465b784da47ede507ad1a7520d7ec74e117161 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 20 Jun 2024 02:15:09 +0000 Subject: [PATCH] Update TODOs --- recipes/wip/tools/topgrade/recipe.toml | 2 +- recipes/wip/tui/syndicationd/recipe.toml | 3 ++- recipes/wip/video/streamlib/recipe.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/wip/tools/topgrade/recipe.toml b/recipes/wip/tools/topgrade/recipe.toml index 7009eb0ee..539b1acd7 100644 --- a/recipes/wip/tools/topgrade/recipe.toml +++ b/recipes/wip/tools/topgrade/recipe.toml @@ -1,4 +1,4 @@ -#TODO xdg-home crate error +#TODO async-io and rustix crates error [source] git = "https://github.com/topgrade-rs/topgrade" [build] diff --git a/recipes/wip/tui/syndicationd/recipe.toml b/recipes/wip/tui/syndicationd/recipe.toml index 4cff8c654..bb0a0ea2c 100644 --- a/recipes/wip/tui/syndicationd/recipe.toml +++ b/recipes/wip/tui/syndicationd/recipe.toml @@ -1,4 +1,5 @@ -#TODO synd-term crate error +#TODO compiled but not tested +#TODO add a command to properly move the executable [source] git = "https://github.com/ymgyt/syndicationd" [build] diff --git a/recipes/wip/video/streamlib/recipe.toml b/recipes/wip/video/streamlib/recipe.toml index bf692d7ce..05abc5c27 100644 --- a/recipes/wip/video/streamlib/recipe.toml +++ b/recipes/wip/video/streamlib/recipe.toml @@ -1,4 +1,4 @@ -#TODO shared_child crate error +#TODO shared_child crate error (after cargo update) [source] git = "https://github.com/streamlib/streamlib" [build] -- GitLab