update recipes

This commit is contained in:
Ribbon 2023-12-24 00:15:36 +00:00
parent 0ae535ee5a
commit db7ab96735
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO compilation error (after cargo update and a patch on the ring crate)
#TODO compilation error (after cargo update)
[source]
git = "https://github.com/dertuxmalwieder/yaydl"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/sxyazi/yazi"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages yazi-fm
"""