From e3b329401402f702746d1f6ee8a57fa532600bc0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 09:32:25 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/cargo-auto/recipe.toml           | 2 +-
 recipes/wip/dev/cargo-binutils/recipe.toml       | 2 +-
 recipes/wip/dev/cargo-bloat/recipe.toml          | 2 +-
 recipes/wip/dev/cargo-careful/recipe.toml        | 2 +-
 recipes/wip/dev/cargo-check-deadlock/recipe.toml | 2 +-
 recipes/wip/dev/cargo-checkmate/recipe.toml      | 2 +-
 recipes/wip/dev/cargo-clone/recipe.toml          | 3 +++
 7 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes/wip/dev/cargo-auto/recipe.toml b/recipes/wip/dev/cargo-auto/recipe.toml
index 58d4379db..e2ca13dc0 100644
--- a/recipes/wip/dev/cargo-auto/recipe.toml
+++ b/recipes/wip/dev/cargo-auto/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/automation-tasks-rs/cargo-auto"
 [build]
diff --git a/recipes/wip/dev/cargo-binutils/recipe.toml b/recipes/wip/dev/cargo-binutils/recipe.toml
index f84307fc9..7cde054af 100644
--- a/recipes/wip/dev/cargo-binutils/recipe.toml
+++ b/recipes/wip/dev/cargo-binutils/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/rust-embedded/cargo-binutils"
 [build]
diff --git a/recipes/wip/dev/cargo-bloat/recipe.toml b/recipes/wip/dev/cargo-bloat/recipe.toml
index 6052b926f..3b402d03c 100644
--- a/recipes/wip/dev/cargo-bloat/recipe.toml
+++ b/recipes/wip/dev/cargo-bloat/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/RazrFalcon/cargo-bloat"
 [build]
diff --git a/recipes/wip/dev/cargo-careful/recipe.toml b/recipes/wip/dev/cargo-careful/recipe.toml
index 6d0bcf070..4c10161cc 100644
--- a/recipes/wip/dev/cargo-careful/recipe.toml
+++ b/recipes/wip/dev/cargo-careful/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/RalfJung/cargo-careful"
 [build]
diff --git a/recipes/wip/dev/cargo-check-deadlock/recipe.toml b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
index 001253e0c..1bbf81ce3 100644
--- a/recipes/wip/dev/cargo-check-deadlock/recipe.toml
+++ b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require the components rust-src rustc-dev llvm-tools-preview to be installed
 [source]
 git = "https://github.com/hlisdero/cargo-check-deadlock"
 [build]
diff --git a/recipes/wip/dev/cargo-checkmate/recipe.toml b/recipes/wip/dev/cargo-checkmate/recipe.toml
index a90449c38..445481f33 100644
--- a/recipes/wip/dev/cargo-checkmate/recipe.toml
+++ b/recipes/wip/dev/cargo-checkmate/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/cargo-checkmate/cargo-checkmate"
 [build]
diff --git a/recipes/wip/dev/cargo-clone/recipe.toml b/recipes/wip/dev/cargo-clone/recipe.toml
index cc70d6c04..2750381e6 100644
--- a/recipes/wip/dev/cargo-clone/recipe.toml
+++ b/recipes/wip/dev/cargo-clone/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/JanLikar/cargo-clone"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo_packages cargo-clone
 """
-- 
GitLab