Update recipes

This commit is contained in:
Ribbon 2023-12-16 01:12:28 +00:00
parent 9114cd2f7e
commit 4f63f3245f
5 changed files with 4 additions and 6 deletions

View File

@ -5,9 +5,6 @@ git = "https://github.com/immunant/c2rust"
template = "custom"
dependencies = [
"openssl1",
"libffi",
"libxml2",
"zlib",
]
script = """
cookbook_cargo_packages c2rust

View File

@ -1,4 +1,4 @@
#TODO require a update on the redox_syscall crate (after a update on the libc crate)
#TODO camino crate error (after a cargo update)
[source]
git = "https://github.com/Andy-Python-Programmer/CallOfFerris"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compilation error
[source]
tar = "https://capnproto.org/capnproto-c++-1.0.1.1.tar.gz"
[build]

View File

@ -1,3 +1,4 @@
#TODO make nss work
#TODO require Chromium building
[source]
tar = "https://github.com/fathyb/carbonyl/archive/refs/tags/v0.0.3.tar.gz"

View File

@ -1,5 +1,5 @@
#TODO needs to update the tokio version
[source]
tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.5.6.tar.gz"
tar = "https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/0.6.0.tar.gz"
[build]
template = "cargo"