From c20e1df9042f286a86860c8f741c57c27a3491e0 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 11 Jun 2024 18:06:02 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/coq-of-rust/recipe.toml | 2 +-
 recipes/wip/dev/deploy-rs/recipe.toml   | 2 +-
 recipes/wip/dev/dfx/recipe.toml         | 2 +-
 recipes/wip/dev/dtool/recipe.toml       | 2 +-
 recipes/wip/dev/ecargo/recipe.toml      | 2 +-
 recipes/wip/dev/espmonitor/recipe.toml  | 2 +-
 recipes/wip/dev/get-blessed/recipe.toml | 3 +++
 7 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes/wip/dev/coq-of-rust/recipe.toml b/recipes/wip/dev/coq-of-rust/recipe.toml
index 0370d5578..234fddf02 100644
--- a/recipes/wip/dev/coq-of-rust/recipe.toml
+++ b/recipes/wip/dev/coq-of-rust/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require the rust-src rustc-dev llvm-tools-preview components
 [source]
 git = "https://github.com/formal-land/coq-of-rust"
 [build]
diff --git a/recipes/wip/dev/deploy-rs/recipe.toml b/recipes/wip/dev/deploy-rs/recipe.toml
index ac1cc1431..aef3f5c8c 100644
--- a/recipes/wip/dev/deploy-rs/recipe.toml
+++ b/recipes/wip/dev/deploy-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO add a command to properly move the binary
 [source]
 git = "https://github.com/serokell/deploy-rs"
 [build]
diff --git a/recipes/wip/dev/dfx/recipe.toml b/recipes/wip/dev/dfx/recipe.toml
index 92769e5f1..1d4214da4 100644
--- a/recipes/wip/dev/dfx/recipe.toml
+++ b/recipes/wip/dev/dfx/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libloading crate error
 [source]
 git = "https://github.com/dfinity/sdk"
 [build]
diff --git a/recipes/wip/dev/dtool/recipe.toml b/recipes/wip/dev/dtool/recipe.toml
index 720824b2a..480a35e68 100644
--- a/recipes/wip/dev/dtool/recipe.toml
+++ b/recipes/wip/dev/dtool/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the redox_syscall version on the dependency tree
 [source]
 git = "https://github.com/guoxbin/dtool"
 [build]
diff --git a/recipes/wip/dev/ecargo/recipe.toml b/recipes/wip/dev/ecargo/recipe.toml
index 9c0e0de39..ca92de77e 100644
--- a/recipes/wip/dev/ecargo/recipe.toml
+++ b/recipes/wip/dev/ecargo/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/crumblingstatue/ecargo"
 [build]
diff --git a/recipes/wip/dev/espmonitor/recipe.toml b/recipes/wip/dev/espmonitor/recipe.toml
index cc23026d4..65874488e 100644
--- a/recipes/wip/dev/espmonitor/recipe.toml
+++ b/recipes/wip/dev/espmonitor/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO termios crate error
 [source]
 git = "https://github.com/esp-rs/espmonitor"
 [build]
diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml
index d2af7004a..adc81be47 100644
--- a/recipes/wip/dev/get-blessed/recipe.toml
+++ b/recipes/wip/dev/get-blessed/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/josueBarretogit/get_blessed_rs"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab