diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml
index 72f68cccce90f0f8d2e52a6c7d51a190a97e455c..347aaf0f58ed37cdca2b8526419c8a9fa8d67bb1 100644
--- a/recipes/wip/rqbit/recipe.toml
+++ b/recipes/wip/rqbit/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO network-interface crate error
 [source]
 git = "https://github.com/ikatson/rqbit"
 [build]
diff --git a/recipes/wip/rr-debugger/recipe.toml b/recipes/wip/rr-debugger/recipe.toml
index 47c07bdf4d60ad64f0ce4f69237eb3bfc3d27d29..d1fc5443cb0b39da10a239a07483861ca63cdcbe 100644
--- a/recipes/wip/rr-debugger/recipe.toml
+++ b/recipes/wip/rr-debugger/recipe.toml
@@ -1,3 +1,4 @@
+#TODO make capnproto work
 #TODO probably wrong template, see https://github.com/rr-debugger/rr/wiki/Building-And-Installing
 [source]
 git = "https://github.com/rr-debugger/rr"
diff --git a/recipes/wip/rshijack/recipe.toml b/recipes/wip/rshijack/recipe.toml
index 5fa48c023c62000a652420c7709b226a3b894b77..3feeee34ff7090843600ed4d9339f9a308a2ca9b 100644
--- a/recipes/wip/rshijack/recipe.toml
+++ b/recipes/wip/rshijack/recipe.toml
@@ -1,5 +1,5 @@
-#TODO pnet_sys crate error
+#TODO pnet_sys crate error (after cargo update)
 [source]
 git = "https://github.com/kpcyrd/rshijack"
 [build]
-template = "cargo"
\ No newline at end of file
+template = "cargo"
diff --git a/recipes/wip/rtorrent/recipe.toml b/recipes/wip/rtorrent/recipe.toml
index 5837e19b6a6bb5f0f4f63f87332cea8949b84ea5..69a93bfb4148fd453cefa4282548d85021493653 100644
--- a/recipes/wip/rtorrent/recipe.toml
+++ b/recipes/wip/rtorrent/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Maybe missing libtorrent dependency
+#TODO can't find pthreads support
 [source]
 tar = "https://github.com/rakshasa/rtorrent-archive/raw/master/rtorrent-0.9.8.tar.gz"
 [build]
diff --git a/recipes/wip/ruff/recipe.toml b/recipes/wip/ruff/recipe.toml
index 55454e8c53e95625b7ad6a8a334eaa47b57940f5..cd97b2adbe7ec26565a1b7ecea8e4d471f946a86 100644
--- a/recipes/wip/ruff/recipe.toml
+++ b/recipes/wip/ruff/recipe.toml
@@ -1,9 +1,6 @@
 #TODO nonsense rustc version requirement
 [source]
 git = "https://github.com/charliermarsh/ruff"
-rev = "c014622003e9b348310d7b7be862f6ccffae7137"
+rev = "0263f2715eba81aee471e3dd5a50ea5f9426cbb1"
 [build]
-template = "custom"
-script = """
-cookbook_cargo_packages ruff
-"""
+template = "cargo"