From c0a90eabc815ff52f49bb7e2e4c9748ce0948754 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 10:01:30 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/rustlings/recipe.toml          | 2 +-
 recipes/wip/rusty-krab-manager/recipe.toml | 2 +-
 recipes/wip/rusty-radamsa/recipe.toml      | 2 +-
 recipes/wip/rusty-rain/recipe.toml         | 2 +-
 recipes/wip/rustyvault/recipe.toml         | 3 +++
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/rustlings/recipe.toml b/recipes/wip/rustlings/recipe.toml
index 11a606c3b..0d335328f 100644
--- a/recipes/wip/rustlings/recipe.toml
+++ b/recipes/wip/rustlings/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/rust-lang/rustlings"
 [build]
diff --git a/recipes/wip/rusty-krab-manager/recipe.toml b/recipes/wip/rusty-krab-manager/recipe.toml
index a5e3b6082..59f972cbe 100644
--- a/recipes/wip/rusty-krab-manager/recipe.toml
+++ b/recipes/wip/rusty-krab-manager/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO xdg-home and nix crates error (after cargo update)
 [source]
 git = "https://github.com/aryakaul/rusty-krab-manager"
 [build]
diff --git a/recipes/wip/rusty-radamsa/recipe.toml b/recipes/wip/rusty-radamsa/recipe.toml
index cdb306c7e..fdb789aef 100644
--- a/recipes/wip/rusty-radamsa/recipe.toml
+++ b/recipes/wip/rusty-radamsa/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/microsoft/rusty-radamsa"
 [build]
diff --git a/recipes/wip/rusty-rain/recipe.toml b/recipes/wip/rusty-rain/recipe.toml
index e7598f28a..0b0760d13 100644
--- a/recipes/wip/rusty-rain/recipe.toml
+++ b/recipes/wip/rusty-rain/recipe.toml
@@ -1,4 +1,4 @@
-#TODO mio crate error
+#TODO compiled but not tested
 [source]
 git = "https://github.com/cowboy8625/rusty-rain"
 [build]
diff --git a/recipes/wip/rustyvault/recipe.toml b/recipes/wip/rustyvault/recipe.toml
index 35d68020e..9db0a97f3 100644
--- a/recipes/wip/rustyvault/recipe.toml
+++ b/recipes/wip/rustyvault/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/Tongsuo-Project/RustyVault"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab