From 38df972b5b961fbff42a94103cbb134df74e370f Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 28 Apr 2024 10:41:24 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/clippy/recipe.toml        | 2 +-
 recipes/wip/dev/crater/recipe.toml        | 3 +++
 recipes/wip/dev/rust-analyzer/recipe.toml | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml
index db81cc483..88ba74e61 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 36433fe77..f8f873a5d 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 4c846d595..5c419b9c6 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]
-- 
GitLab