mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
update recipes
This commit is contained in:
parent
8437512c4b
commit
6590879628
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after an update on proc-macro2)
|
||||
[source]
|
||||
git = "https://github.com/rust-fuzz/cargo-fuzz"
|
||||
rev = "0a992ee43d91746a6a627e9977cfb27693ce3b86"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO camino crate compilation error
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
tar = "https://github.com/rust-secure-code/cargo-geiger/archive/refs/tags/cargo-geiger-0.11.6.tar.gz"
|
||||
git = "https://github.com/rust-secure-code/cargo-geiger"
|
||||
rev = "5da482d71b2d7e0cde2ccb716c2457df4c70ca7a"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
#TODO fs_at crate error
|
||||
[source]
|
||||
tar = "https://github.com/cargo-generate/cargo-generate/archive/refs/tags/v0.18.3.tar.gz"
|
||||
git = "https://github.com/cargo-generate/cargo-generate"
|
||||
rev = "f7728a02149c9120fdbe50332e9342b92621faa6"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://gitlab.com/imp/cargo-info/-/archive/0.7.6/cargo-info-0.7.6.tar.gz"
|
||||
git = "https://gitlab.com/imp/cargo-info"
|
||||
rev = "8a7b4db5b7c7a19c43bf4e01c22abdb43dfcbe71"
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user