diff --git a/recipes/wip/dev/allocscope/recipe.toml b/recipes/wip/dev/allocscope/recipe.toml
index bb6bef109af3d5c6abe0d98bb0b1a9dfbd4fc968..5106b7cbc2cf880e3fce1a1ef63cc1c009f0ef5a 100644
--- a/recipes/wip/dev/allocscope/recipe.toml
+++ b/recipes/wip/dev/allocscope/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make all dependencies work
 [source]
 git = "https://github.com/matt-kimball/allocscope"
 [build]
diff --git a/recipes/wip/dev/cargo-multivers/recipe.toml b/recipes/wip/dev/cargo-multivers/recipe.toml
index db28a44a1f755b3e2095864667af4597a57636fc..83b4b406a081e7b06d542c1edc09fa0410fc6725 100644
--- a/recipes/wip/dev/cargo-multivers/recipe.toml
+++ b/recipes/wip/dev/cargo-multivers/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/ronnychevalier/cargo-multivers"
 [build]
diff --git a/recipes/wip/dev/cargo-zigbuild/recipe.toml b/recipes/wip/dev/cargo-zigbuild/recipe.toml
index fae69d6a01278f9834c657cf41397bb14839a500..1ba8156ba4e38120a95a795667e23f7a5881fdc6 100644
--- a/recipes/wip/dev/cargo-zigbuild/recipe.toml
+++ b/recipes/wip/dev/cargo-zigbuild/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make zig work
 [source]
 git = "https://github.com/rust-cross/cargo-zigbuild"
 rev = "52be7dd2359cfbca8f1d0c1ae36b4f7bae64bafc"
diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml
index 8ca1be284fd57c388d69745939bd05c0c7288885..2790169bc808a8372fa320c2c17ae45a75f95de4 100644
--- a/recipes/wip/dev/git-chain/recipe.toml
+++ b/recipes/wip/dev/git-chain/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/dashed/git-chain"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]