diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml
index db81cc48374aaf50f2c19a34a0daa161d078255d..88ba74e61d1cccdad4c28b5b588577737093829e 100644
--- a/recipes/wip/dev/clippy/recipe.toml
+++ b/recipes/wip/dev/clippy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO serde crate error
 [source]
 git = "https://github.com/rust-lang/rust-clippy"
 [build]
diff --git a/recipes/wip/dev/crater/recipe.toml b/recipes/wip/dev/crater/recipe.toml
index 36433fe776fc4f6b7ac88dadd82d9747e8447207..f8f873a5dfcdaaad3a919ba82707133dc8285079 100644
--- a/recipes/wip/dev/crater/recipe.toml
+++ b/recipes/wip/dev/crater/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/rust-lang/crater"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/dev/rust-analyzer/recipe.toml b/recipes/wip/dev/rust-analyzer/recipe.toml
index 4c846d5950da4d706092a9418b93121eb8a919ac..5c419b9c63bc4709198c6d62d38fb2c758086269 100644
--- a/recipes/wip/dev/rust-analyzer/recipe.toml
+++ b/recipes/wip/dev/rust-analyzer/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require rustc 1.76 or newer
 [source]
 git = "https://github.com/rust-lang/rust-analyzer"
 [build]