From 4cd536e2c2812a7aee3e7c641e133b81517ec101 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 19:21:46 +0000 Subject: [PATCH] update recipes --- recipes/wip/tokio-console/recipe.toml | 2 +- recipes/wip/tori/recipe.toml | 2 +- recipes/wip/torrust-tracker/recipe.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/wip/tokio-console/recipe.toml b/recipes/wip/tokio-console/recipe.toml index f4e78fa95..d89d5682c 100644 --- a/recipes/wip/tokio-console/recipe.toml +++ b/recipes/wip/tokio-console/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/tokio-rs/console" [build] diff --git a/recipes/wip/tori/recipe.toml b/recipes/wip/tori/recipe.toml index 9426e337d..fba6d741b 100644 --- a/recipes/wip/tori/recipe.toml +++ b/recipes/wip/tori/recipe.toml @@ -1,4 +1,4 @@ -#TODO make mpv works +#TODO make dependencies work [source] git = "https://github.com/LeoRiether/tori" rev = "422e5bbb1477b6fdd3a56e0db1b3553ce362e153" diff --git a/recipes/wip/torrust-tracker/recipe.toml b/recipes/wip/torrust-tracker/recipe.toml index 4dcaba9a1..6ba3b8cbc 100644 --- a/recipes/wip/torrust-tracker/recipe.toml +++ b/recipes/wip/torrust-tracker/recipe.toml @@ -1,6 +1,5 @@ #TODO Not compiled or tested [source] git = "https://github.com/torrust/torrust-tracker" -rev = "048d35c1172d686ce85cadaa42f77d30703ca80a" [build] template = "cargo" -- GitLab