From 6a882e192c888c34c0da7aa723ebe678e73361c1 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 20 Jun 2024 00:44:44 +0000 Subject: [PATCH] Update TODOs --- recipes/wip/dev/espmonitor/recipe.toml | 2 +- recipes/wip/dev/py-spy/recipe.toml | 2 +- recipes/wip/dev/quicktest/recipe.toml | 2 +- recipes/wip/dev/uv/recipe.toml | 2 +- recipes/wip/emulators/meru/recipe.toml | 2 +- recipes/wip/finance/rex/recipe.toml | 2 +- recipes/wip/games/sshattrick/recipe.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/wip/dev/espmonitor/recipe.toml b/recipes/wip/dev/espmonitor/recipe.toml index 65874488e..3281febb0 100644 --- a/recipes/wip/dev/espmonitor/recipe.toml +++ b/recipes/wip/dev/espmonitor/recipe.toml @@ -1,4 +1,4 @@ -#TODO termios crate error +#TODO termios crate error (after cargo update) [source] git = "https://github.com/esp-rs/espmonitor" [build] diff --git a/recipes/wip/dev/py-spy/recipe.toml b/recipes/wip/dev/py-spy/recipe.toml index 369a21417..317f587e6 100644 --- a/recipes/wip/dev/py-spy/recipe.toml +++ b/recipes/wip/dev/py-spy/recipe.toml @@ -1,4 +1,4 @@ -#TODO proc-maps crate error +#TODO ahash crate error [source] git = "https://github.com/benfred/py-spy" [build] diff --git a/recipes/wip/dev/quicktest/recipe.toml b/recipes/wip/dev/quicktest/recipe.toml index 3d584fe93..15691bc6f 100644 --- a/recipes/wip/dev/quicktest/recipe.toml +++ b/recipes/wip/dev/quicktest/recipe.toml @@ -1,4 +1,4 @@ -#TODO serde crate error +#TODO async-io and rustix crates error [source] git = "https://github.com/LuchoBazz/quicktest" [build] diff --git a/recipes/wip/dev/uv/recipe.toml b/recipes/wip/dev/uv/recipe.toml index 92f9eb1da..7284a486d 100644 --- a/recipes/wip/dev/uv/recipe.toml +++ b/recipes/wip/dev/uv/recipe.toml @@ -1,4 +1,4 @@ -#TODO pubgrub crate error +#TODO fs2 crate error [source] git = "https://github.com/astral-sh/uv" [build] diff --git a/recipes/wip/emulators/meru/recipe.toml b/recipes/wip/emulators/meru/recipe.toml index 121843498..f2e3106f8 100644 --- a/recipes/wip/emulators/meru/recipe.toml +++ b/recipes/wip/emulators/meru/recipe.toml @@ -1,4 +1,4 @@ -#TODO value-bag crate error +#TODO ahash crate error [source] git = "https://github.com/tanakh/meru" [build] diff --git a/recipes/wip/finance/rex/recipe.toml b/recipes/wip/finance/rex/recipe.toml index 7dbf3460e..2f335572a 100644 --- a/recipes/wip/finance/rex/recipe.toml +++ b/recipes/wip/finance/rex/recipe.toml @@ -1,4 +1,4 @@ -#TODO rex-tui crate error (after cargo update) +#TODO compiled but not tested [source] git = "https://github.com/TheRustyPickle/Rex" [build] diff --git a/recipes/wip/games/sshattrick/recipe.toml b/recipes/wip/games/sshattrick/recipe.toml index 4a0467027..2ab51300c 100644 --- a/recipes/wip/games/sshattrick/recipe.toml +++ b/recipes/wip/games/sshattrick/recipe.toml @@ -1,4 +1,4 @@ -#TODO curve25519-dalek crate error +#TODO compiled but not tested [source] git = "https://github.com/ricott1/sshattrick" [build] -- GitLab