From 05a2d50e2b7618b166171807089fca1cc0bd7a1d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 12:48:40 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-list/recipe.toml | 2 +- recipes/wip/dev/cargo-llvm-cov/recipe.toml | 2 +- recipes/wip/dev/cargo-llvm-lines/recipe.toml | 2 +- recipes/wip/dev/cargo-loc/recipe.toml | 2 +- recipes/wip/dev/cargo-lockup/recipe.toml | 2 +- recipes/wip/dev/cargo-machete/recipe.toml | 2 +- recipes/wip/dev/cargo-make/recipe.toml | 2 +- recipes/wip/dev/cargo-modules/recipe.toml | 2 +- recipes/wip/dev/cargo-nextest/recipe.toml | 2 +- recipes/wip/dev/cargo-patch/recipe.toml | 3 +++ 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/recipes/wip/dev/cargo-list/recipe.toml b/recipes/wip/dev/cargo-list/recipe.toml index b1d4b77c9..4959c583a 100644 --- a/recipes/wip/dev/cargo-list/recipe.toml +++ b/recipes/wip/dev/cargo-list/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update the redox_syscall crate version on the dependency tree [source] git = "https://github.com/qtfkwk/cargo-list" [build] diff --git a/recipes/wip/dev/cargo-llvm-cov/recipe.toml b/recipes/wip/dev/cargo-llvm-cov/recipe.toml index 725ccbd7a..0edd437f4 100644 --- a/recipes/wip/dev/cargo-llvm-cov/recipe.toml +++ b/recipes/wip/dev/cargo-llvm-cov/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/taiki-e/cargo-llvm-cov" [build] diff --git a/recipes/wip/dev/cargo-llvm-lines/recipe.toml b/recipes/wip/dev/cargo-llvm-lines/recipe.toml index bf7b26b3e..e9fefa366 100644 --- a/recipes/wip/dev/cargo-llvm-lines/recipe.toml +++ b/recipes/wip/dev/cargo-llvm-lines/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/dtolnay/cargo-llvm-lines" [build] diff --git a/recipes/wip/dev/cargo-loc/recipe.toml b/recipes/wip/dev/cargo-loc/recipe.toml index d2261b840..0e1af283a 100644 --- a/recipes/wip/dev/cargo-loc/recipe.toml +++ b/recipes/wip/dev/cargo-loc/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/Shnatsel/cargo-loc" [build] diff --git a/recipes/wip/dev/cargo-lockup/recipe.toml b/recipes/wip/dev/cargo-lockup/recipe.toml index ad1e8b9d7..0e0fe239e 100644 --- a/recipes/wip/dev/cargo-lockup/recipe.toml +++ b/recipes/wip/dev/cargo-lockup/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/collinoc/cargo-lookup" [build] diff --git a/recipes/wip/dev/cargo-machete/recipe.toml b/recipes/wip/dev/cargo-machete/recipe.toml index 7ac6f664f..7fcd1a66f 100644 --- a/recipes/wip/dev/cargo-machete/recipe.toml +++ b/recipes/wip/dev/cargo-machete/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/bnjbvr/cargo-machete" [build] diff --git a/recipes/wip/dev/cargo-make/recipe.toml b/recipes/wip/dev/cargo-make/recipe.toml index a8967ea33..3c7599e74 100644 --- a/recipes/wip/dev/cargo-make/recipe.toml +++ b/recipes/wip/dev/cargo-make/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/sagiegurari/cargo-make" [build] diff --git a/recipes/wip/dev/cargo-modules/recipe.toml b/recipes/wip/dev/cargo-modules/recipe.toml index 379cc1c6d..e8e49b795 100644 --- a/recipes/wip/dev/cargo-modules/recipe.toml +++ b/recipes/wip/dev/cargo-modules/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/regexident/cargo-modules" [build] diff --git a/recipes/wip/dev/cargo-nextest/recipe.toml b/recipes/wip/dev/cargo-nextest/recipe.toml index c312502eb..43f484daa 100644 --- a/recipes/wip/dev/cargo-nextest/recipe.toml +++ b/recipes/wip/dev/cargo-nextest/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO shared_child and libc crates error [source] git = "https://github.com/nextest-rs/nextest" [build] diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml index 0f647cbf9..51cedcbbf 100644 --- a/recipes/wip/dev/cargo-patch/recipe.toml +++ b/recipes/wip/dev/cargo-patch/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/itmettkeDE/cargo-patch" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab