From 141bab80df0967e4787d261e5a6f65028e65d36a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 23:56:22 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/loco/recipe.toml        | 2 +-
 recipes/wip/dev/pxp/recipe.toml         | 2 +-
 recipes/wip/dev/pyrev/recipe.toml       | 2 +-
 recipes/wip/dev/radicle/recipe.toml     | 2 +-
 recipes/wip/dev/rbasefind/recipe.toml   | 2 +-
 recipes/wip/dev/resym/recipe.toml       | 2 +-
 recipes/wip/dev/rust-script/recipe.toml | 2 +-
 recipes/wip/dev/rust-to-npm/recipe.toml | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml
index 719c1645c..85d138a1e 100644
--- a/recipes/wip/dev/loco/recipe.toml
+++ b/recipes/wip/dev/loco/recipe.toml
@@ -1,4 +1,4 @@
-#TODO a script for a Cargo package with a flag
+#TODO camino crate error
 [source]
 git = "https://github.com/loco-rs/loco"
 [build]
diff --git a/recipes/wip/dev/pxp/recipe.toml b/recipes/wip/dev/pxp/recipe.toml
index 616f7bbf3..22f12f3ef 100644
--- a/recipes/wip/dev/pxp/recipe.toml
+++ b/recipes/wip/dev/pxp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/pxp-lang/pxp"
 [build]
diff --git a/recipes/wip/dev/pyrev/recipe.toml b/recipes/wip/dev/pyrev/recipe.toml
index 5b68664b7..299bf3186 100644
--- a/recipes/wip/dev/pyrev/recipe.toml
+++ b/recipes/wip/dev/pyrev/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/hacbit/pyrev"
 [build]
diff --git a/recipes/wip/dev/radicle/recipe.toml b/recipes/wip/dev/radicle/recipe.toml
index 230ebfa05..ba49b09d3 100644
--- a/recipes/wip/dev/radicle/recipe.toml
+++ b/recipes/wip/dev/radicle/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libc error
 [source]
 git = "https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git"
 [build]
diff --git a/recipes/wip/dev/rbasefind/recipe.toml b/recipes/wip/dev/rbasefind/recipe.toml
index 651f870e3..886bd0f94 100644
--- a/recipes/wip/dev/rbasefind/recipe.toml
+++ b/recipes/wip/dev/rbasefind/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/sgayou/rbasefind"
 [build]
diff --git a/recipes/wip/dev/resym/recipe.toml b/recipes/wip/dev/resym/recipe.toml
index 187ad973c..716d6dff1 100644
--- a/recipes/wip/dev/resym/recipe.toml
+++ b/recipes/wip/dev/resym/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO webbrowser crate error
 [source]
 git = "https://github.com/ergrelet/resym"
 [build]
diff --git a/recipes/wip/dev/rust-script/recipe.toml b/recipes/wip/dev/rust-script/recipe.toml
index e57bb3a81..6d82981ea 100644
--- a/recipes/wip/dev/rust-script/recipe.toml
+++ b/recipes/wip/dev/rust-script/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/fornwall/rust-script"
 [build]
diff --git a/recipes/wip/dev/rust-to-npm/recipe.toml b/recipes/wip/dev/rust-to-npm/recipe.toml
index d09818955..db4a7b20b 100644
--- a/recipes/wip/dev/rust-to-npm/recipe.toml
+++ b/recipes/wip/dev/rust-to-npm/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/a11ywatch/rust-to-npm"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages cli
+cookbook_cargo_packages rust-to-npm-cli
 """
-- 
GitLab