From c2b21a6a5b5ab59c54b1c54000c19555fb4a180b Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 18:29:40 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/thesaurust/recipe.toml     | 2 +-
 recipes/wip/thwack/recipe.toml         | 2 +-
 recipes/wip/tic-tac-toe-rs/recipe.toml | 2 +-
 recipes/wip/tick-rs/recipe.toml        | 2 +-
 recipes/wip/tiny/recipe.toml           | 1 -
 5 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/thesaurust/recipe.toml b/recipes/wip/thesaurust/recipe.toml
index 357b20b9e..9bc83665a 100644
--- a/recipes/wip/thesaurust/recipe.toml
+++ b/recipes/wip/thesaurust/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO openssl error
 [source]
 git = "https://github.com/QuietPigeon2001/thesaurust"
 [build]
diff --git a/recipes/wip/thwack/recipe.toml b/recipes/wip/thwack/recipe.toml
index f22c8865f..4bb38dd3d 100644
--- a/recipes/wip/thwack/recipe.toml
+++ b/recipes/wip/thwack/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make Wayland work
 [source]
 git = "https://github.com/yykamei/thwack"
 rev = "6763a2a9da03ffb746580c69f8d77161e5f6ba4e"
diff --git a/recipes/wip/tic-tac-toe-rs/recipe.toml b/recipes/wip/tic-tac-toe-rs/recipe.toml
index 8d02ed9c5..446d0e384 100644
--- a/recipes/wip/tic-tac-toe-rs/recipe.toml
+++ b/recipes/wip/tic-tac-toe-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/thomas-mauran/tic-tac-toe"
 [build]
diff --git a/recipes/wip/tick-rs/recipe.toml b/recipes/wip/tick-rs/recipe.toml
index aa7aaece0..ff47e73fc 100644
--- a/recipes/wip/tick-rs/recipe.toml
+++ b/recipes/wip/tick-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO openssl-sys crate error
 [source]
 git = "https://github.com/tarkah/tickrs"
 rev = "8a04f5411adf72fc08146eab0632765f1002e9e6"
diff --git a/recipes/wip/tiny/recipe.toml b/recipes/wip/tiny/recipe.toml
index 67932d7ee..1ce1f8c50 100644
--- a/recipes/wip/tiny/recipe.toml
+++ b/recipes/wip/tiny/recipe.toml
@@ -1,7 +1,6 @@
 #TODO compiled but not tested (after a patch on the ring crate)
 [source]
 git = "https://github.com/osa1/tiny"
-rev = "939fe1a689cd622161a43da445ebc6718478040d"
 [build]
 template = "custom"
 script = """
-- 
GitLab