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

---
 recipes/wip/skim/recipe.toml   | 2 +-
 recipes/wip/smag/recipe.toml   | 2 +-
 recipes/wip/sn0int/recipe.toml | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/skim/recipe.toml b/recipes/wip/skim/recipe.toml
index dc94308e6..af6c973a5 100644
--- a/recipes/wip/skim/recipe.toml
+++ b/recipes/wip/skim/recipe.toml
@@ -1,4 +1,4 @@
-#TODO tuikit crate error
+#TODO tuikit crate error (after cargo update)
 [source]
 git = "https://github.com/lotabout/skim"
 [build]
diff --git a/recipes/wip/smag/recipe.toml b/recipes/wip/smag/recipe.toml
index 2c80383a1..3ae1702ce 100644
--- a/recipes/wip/smag/recipe.toml
+++ b/recipes/wip/smag/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO outdated redox_syscall crate (after cargo update)
 [source]
 git = "https://github.com/aantn/smag"
 [build]
diff --git a/recipes/wip/sn0int/recipe.toml b/recipes/wip/sn0int/recipe.toml
index 8118d68d1..1a08e7197 100644
--- a/recipes/wip/sn0int/recipe.toml
+++ b/recipes/wip/sn0int/recipe.toml
@@ -1,7 +1,6 @@
 #TODO SQLite is not working
 [source]
 git = "https://github.com/kpcyrd/sn0int"
-rev = "b49aba5a8a6ae09c885c1aaee03fcfc9515fb42a"
 [build]
 template = "cargo"
 dependencies = [
-- 
GitLab