Try to fix the rx recipe and update TODOs

This commit is contained in:
Ribbon 2025-07-04 06:57:44 -03:00
parent c9fc74c2f0
commit 8b1d6031a8
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/orhun/ratzilla"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO update async-io and rustix
[source]
git = "https://gitlab.com/floers/ordinary"
[build]

View File

@ -1,5 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/cloudhead/rx"
script = "rm Cargo.lock"
[build]
template = "cargo"