From 53f939c63e62eab9e44c2d12c37b151013ead4aa Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 08:30:56 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/ruffle/recipe.toml               | 2 +-
 recipes/wip/ruplacer/recipe.toml             | 2 +-
 recipes/wip/russ/recipe.toml                 | 2 +-
 recipes/wip/rust-counter-strings/recipe.toml | 2 +-
 recipes/wip/rust-sadari-cli/recipe.toml      | 2 +-
 recipes/wip/rust-traverse/recipe.toml        | 1 -
 6 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/wip/ruffle/recipe.toml b/recipes/wip/ruffle/recipe.toml
index 74b26e2e6..3b794390d 100644
--- a/recipes/wip/ruffle/recipe.toml
+++ b/recipes/wip/ruffle/recipe.toml
@@ -1,4 +1,4 @@
-#TODO 
+#TODO make Wayland work
 [source]
 git = "https://github.com/ruffle-rs/ruffle"
 [build]
diff --git a/recipes/wip/ruplacer/recipe.toml b/recipes/wip/ruplacer/recipe.toml
index e5cc34d6c..c709c641a 100644
--- a/recipes/wip/ruplacer/recipe.toml
+++ b/recipes/wip/ruplacer/recipe.toml
@@ -1,4 +1,4 @@
-#TODO compiled after cargo update, not tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/your-tools/ruplacer"
 [build]
diff --git a/recipes/wip/russ/recipe.toml b/recipes/wip/russ/recipe.toml
index 11321b104..d8c50bc52 100644
--- a/recipes/wip/russ/recipe.toml
+++ b/recipes/wip/russ/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require Wayland (after cargo update)
 [source]
 git = "https://github.com/ckampfe/russ"
 [build]
diff --git a/recipes/wip/rust-counter-strings/recipe.toml b/recipes/wip/rust-counter-strings/recipe.toml
index 6b938b1d3..e1622638e 100644
--- a/recipes/wip/rust-counter-strings/recipe.toml
+++ b/recipes/wip/rust-counter-strings/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/thomaschaplin/rust-counter-strings"
 [build]
diff --git a/recipes/wip/rust-sadari-cli/recipe.toml b/recipes/wip/rust-sadari-cli/recipe.toml
index e5be108c3..f9001a890 100644
--- a/recipes/wip/rust-sadari-cli/recipe.toml
+++ b/recipes/wip/rust-sadari-cli/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/24seconds/rust-sadari-cli"
 [build]
diff --git a/recipes/wip/rust-traverse/recipe.toml b/recipes/wip/rust-traverse/recipe.toml
index d3b7e1003..9c405e2fe 100644
--- a/recipes/wip/rust-traverse/recipe.toml
+++ b/recipes/wip/rust-traverse/recipe.toml
@@ -1,6 +1,5 @@
 #TODO trash crate error
 [source]
 git = "https://github.com/dmcg310/Rust-Traverse"
-rev = "6468f7b7f081a5168399ae46a3a88f89462fa47b"
 [build]
 template = "cargo"
-- 
GitLab