From 65df997fc89da0102d9897efe454603e0d1f81aa Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Thu, 20 Jun 2024 00:01:11 +0000
Subject: [PATCH] Update TODOs

---
 recipes/wip/dev/add-determinism/recipe.toml | 2 +-
 recipes/wip/dev/boon/recipe.toml            | 2 +-
 recipes/wip/dev/cargo-watch/recipe.toml     | 2 +-
 recipes/wip/dev/clippy/recipe.toml          | 2 +-
 recipes/wip/dev/codevis/recipe.toml         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/dev/add-determinism/recipe.toml b/recipes/wip/dev/add-determinism/recipe.toml
index 3d645ff87..de6c00d63 100644
--- a/recipes/wip/dev/add-determinism/recipe.toml
+++ b/recipes/wip/dev/add-determinism/recipe.toml
@@ -1,4 +1,4 @@
-#TODO pyo3-ffi crate error
+#TODO source code error
 [source]
 git = "https://github.com/keszybz/add-determinism"
 [build]
diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml
index 297beb487..7d040b141 100644
--- a/recipes/wip/dev/boon/recipe.toml
+++ b/recipes/wip/dev/boon/recipe.toml
@@ -1,4 +1,4 @@
-#TODO libc crate error
+#TODO fs_at crate error
 [source]
 git = "https://github.com/camchenry/boon"
 [build]
diff --git a/recipes/wip/dev/cargo-watch/recipe.toml b/recipes/wip/dev/cargo-watch/recipe.toml
index 69056dcf1..c169773eb 100644
--- a/recipes/wip/dev/cargo-watch/recipe.toml
+++ b/recipes/wip/dev/cargo-watch/recipe.toml
@@ -1,4 +1,4 @@
-#TODO xdg-home crate error
+#TODO nix crate error
 [source]
 git = "https://github.com/watchexec/cargo-watch"
 [build]
diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml
index 88ba74e61..e12b00cfd 100644
--- a/recipes/wip/dev/clippy/recipe.toml
+++ b/recipes/wip/dev/clippy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO serde crate error
+#TODO camino crate error
 [source]
 git = "https://github.com/rust-lang/rust-clippy"
 [build]
diff --git a/recipes/wip/dev/codevis/recipe.toml b/recipes/wip/dev/codevis/recipe.toml
index b951a05c7..809a63564 100644
--- a/recipes/wip/dev/codevis/recipe.toml
+++ b/recipes/wip/dev/codevis/recipe.toml
@@ -1,4 +1,4 @@
-#TODO open crate error
+#TODO open crate error (after cargo update)
 [source]
 git = "https://github.com/sloganking/codevis"
 [build]
-- 
GitLab