From 2be3a8f86c4667d31b63e433befa6c8d48eeeab3 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 09:20:15 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/rustcloud/recipe.toml | 2 +-
 recipes/wip/rustic/recipe.toml    | 2 +-
 recipes/wip/rustlings/recipe.toml | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/rustcloud/recipe.toml b/recipes/wip/rustcloud/recipe.toml
index ebe05c953..93bca25dd 100644
--- a/recipes/wip/rustcloud/recipe.toml
+++ b/recipes/wip/rustcloud/recipe.toml
@@ -1,4 +1,4 @@
-#TODO mio crate error (after cargo update -p libc redox_syscall)
+#TODO openssl error (after cargo update)
 [source]
 git = "https://github.com/cetra3/rustcloud"
 [build]
diff --git a/recipes/wip/rustic/recipe.toml b/recipes/wip/rustic/recipe.toml
index 0ed86c543..2ad92438a 100644
--- a/recipes/wip/rustic/recipe.toml
+++ b/recipes/wip/rustic/recipe.toml
@@ -1,4 +1,4 @@
-#TODO redox_syscall crate error
+#TODO can't update the crates, patch the "fragile" crate version
 [source]
 git = "https://github.com/rustic-music-player/rustic"
 [build]
diff --git a/recipes/wip/rustlings/recipe.toml b/recipes/wip/rustlings/recipe.toml
index 3c5796619..11a606c3b 100644
--- a/recipes/wip/rustlings/recipe.toml
+++ b/recipes/wip/rustlings/recipe.toml
@@ -1,6 +1,5 @@
 #TODO Not compiled or tested
 [source]
 git = "https://github.com/rust-lang/rustlings"
-rev = "9a743f80c57cc6bf27819589a8ddb5a5579ab1a4"
 [build]
 template = "cargo"
-- 
GitLab