From 960faf027fdd1e853864e765433a8e7e63dad29a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 10 Jun 2024 10:13:36 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/tools/crunchy-cli/recipe.toml | 2 +-
 recipes/wip/tools/objdiff/recipe.toml     | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes/wip/tools/crunchy-cli/recipe.toml b/recipes/wip/tools/crunchy-cli/recipe.toml
index 5b33a0e4c..d651b3a0e 100644
--- a/recipes/wip/tools/crunchy-cli/recipe.toml
+++ b/recipes/wip/tools/crunchy-cli/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO fs2 crate error
 [source]
 git = "https://github.com/crunchy-labs/crunchy-cli"
 [build]
diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml
index a8dd0b515..391f183c6 100644
--- a/recipes/wip/tools/objdiff/recipe.toml
+++ b/recipes/wip/tools/objdiff/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/encounter/objdiff"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo_packages objdiff-gui objdiff-cli
 """
-- 
GitLab