From d01e2bd383e3d5962fe50bb55997382de91b1881 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 10 Jun 2024 13:07:39 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/tools/bdt/recipe.toml           | 2 +-
 recipes/wip/tools/dply/recipe.toml          | 2 +-
 recipes/wip/tools/halp/recipe.toml          | 2 +-
 recipes/wip/tools/hawkeye/recipe.toml       | 1 -
 recipes/wip/tools/hoard/recipe.toml         | 2 +-
 recipes/wip/tools/task-maker-rs/recipe.toml | 2 +-
 recipes/wip/tools/wethr/recipe.toml         | 2 +-
 7 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/recipes/wip/tools/bdt/recipe.toml b/recipes/wip/tools/bdt/recipe.toml
index 81bace06d..d768d010c 100644
--- a/recipes/wip/tools/bdt/recipe.toml
+++ b/recipes/wip/tools/bdt/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO ahash crate error
 [source]
 git = "https://github.com/datafusion-contrib/bdt"
 [build]
diff --git a/recipes/wip/tools/dply/recipe.toml b/recipes/wip/tools/dply/recipe.toml
index eebee3f05..9db02c740 100644
--- a/recipes/wip/tools/dply/recipe.toml
+++ b/recipes/wip/tools/dply/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO jemalloc-sys crate error
 [source]
 git = "https://github.com/vincev/dply-rs"
 [build]
diff --git a/recipes/wip/tools/halp/recipe.toml b/recipes/wip/tools/halp/recipe.toml
index a533cb553..c0dcf76c7 100644
--- a/recipes/wip/tools/halp/recipe.toml
+++ b/recipes/wip/tools/halp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/orhun/halp"
 [build]
diff --git a/recipes/wip/tools/hawkeye/recipe.toml b/recipes/wip/tools/hawkeye/recipe.toml
index 495f90c33..e59fd7674 100644
--- a/recipes/wip/tools/hawkeye/recipe.toml
+++ b/recipes/wip/tools/hawkeye/recipe.toml
@@ -1,7 +1,6 @@
 #TODO Not compiled or tested
 [source]
 git = "https://github.com/korandoru/hawkeye"
-rev = "4795c3f0a1bdbb2e129fa367d378e0597d12b42c"
 [build]
 template = "custom"
 script = """
diff --git a/recipes/wip/tools/hoard/recipe.toml b/recipes/wip/tools/hoard/recipe.toml
index 3495a7beb..6377a00c7 100644
--- a/recipes/wip/tools/hoard/recipe.toml
+++ b/recipes/wip/tools/hoard/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO aws-lc-sys crate error
 [source]
 git = "https://github.com/Hyde46/hoard"
 [build]
diff --git a/recipes/wip/tools/task-maker-rs/recipe.toml b/recipes/wip/tools/task-maker-rs/recipe.toml
index d54405534..4bd809eb2 100644
--- a/recipes/wip/tools/task-maker-rs/recipe.toml
+++ b/recipes/wip/tools/task-maker-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO tabox crate error
 [source]
 git = "https://github.com/edomora97/task-maker-rust"
 [build]
diff --git a/recipes/wip/tools/wethr/recipe.toml b/recipes/wip/tools/wethr/recipe.toml
index b8daba7ee..8f8561cbf 100644
--- a/recipes/wip/tools/wethr/recipe.toml
+++ b/recipes/wip/tools/wethr/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/risoflora/wethr"
 [build]
-- 
GitLab