From cf53f33c5d28f5744f5494cfe830802868d6cc3b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 16:34:35 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/cargo-unmaintained/recipe.toml | 2 +- recipes/wip/dev/cargo-update/recipe.toml | 2 +- recipes/wip/dev/cargo-vendor-filterer/recipe.toml | 2 +- recipes/wip/dev/cargo-wasi/recipe.toml | 2 +- recipes/wip/dev/cargo-wasix/recipe.toml | 2 +- recipes/wip/dev/cargo-whatfeatures/recipe.toml | 3 +++ 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/wip/dev/cargo-unmaintained/recipe.toml b/recipes/wip/dev/cargo-unmaintained/recipe.toml index 16b074ba3..bb667444e 100644 --- a/recipes/wip/dev/cargo-unmaintained/recipe.toml +++ b/recipes/wip/dev/cargo-unmaintained/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after a camino crate patch) [source] git = "https://github.com/trailofbits/cargo-unmaintained" [build] diff --git a/recipes/wip/dev/cargo-update/recipe.toml b/recipes/wip/dev/cargo-update/recipe.toml index f5016b40c..22e60891d 100644 --- a/recipes/wip/dev/cargo-update/recipe.toml +++ b/recipes/wip/dev/cargo-update/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/nabijaczleweli/cargo-update" [build] diff --git a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml index e82569a57..cf0070877 100644 --- a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml +++ b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/coreos/cargo-vendor-filterer" [build] diff --git a/recipes/wip/dev/cargo-wasi/recipe.toml b/recipes/wip/dev/cargo-wasi/recipe.toml index 08610531d..a08d2924c 100644 --- a/recipes/wip/dev/cargo-wasi/recipe.toml +++ b/recipes/wip/dev/cargo-wasi/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs2 crate error [source] git = "https://github.com/bytecodealliance/cargo-wasi" [build] diff --git a/recipes/wip/dev/cargo-wasix/recipe.toml b/recipes/wip/dev/cargo-wasix/recipe.toml index 1aeb180b8..2030bf924 100644 --- a/recipes/wip/dev/cargo-wasix/recipe.toml +++ b/recipes/wip/dev/cargo-wasix/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs2 crate error [source] git = "https://github.com/wasix-org/cargo-wasix" [build] diff --git a/recipes/wip/dev/cargo-whatfeatures/recipe.toml b/recipes/wip/dev/cargo-whatfeatures/recipe.toml index c263e47ee..0028a1954 100644 --- a/recipes/wip/dev/cargo-whatfeatures/recipe.toml +++ b/recipes/wip/dev/cargo-whatfeatures/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/museun/cargo-whatfeatures" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo --features rustls """ -- GitLab