update recipes

This commit is contained in:
Ribbon 2023-12-23 05:49:00 +00:00
parent 33ec38425d
commit 21844c2d87
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO deltalake crate error (after a patch on ring)
[source]
git = "https://github.com/timvw/qv"
[build]

View File

@ -1,4 +1,4 @@
#TODO compiled after cargo update, not tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/lotabout/rargs"
[build]

View File

@ -4,3 +4,6 @@ git = "https://github.com/prefix-dev/rattler-build"
rev = "4e554ccf35e50f598f9110bfc8c8be909de203da"
[build]
template = "cargo"
dependencies = [
"openssl1",
]