From 98d91665bb7f3ff1fe02f0c721283ecaf792b0e3 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 09:24:31 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/boon/recipe.toml | 2 +- recipes/wip/dev/bugstalker/recipe.toml | 2 +- recipes/wip/dev/cargo-all-features/recipe.toml | 2 +- recipes/wip/dev/cargo-attribution/recipe.toml | 2 +- recipes/wip/dev/cargo-auto/recipe.toml | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml index f4de5eccc..297beb487 100644 --- a/recipes/wip/dev/boon/recipe.toml +++ b/recipes/wip/dev/boon/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libc crate error [source] git = "https://github.com/camchenry/boon" [build] diff --git a/recipes/wip/dev/bugstalker/recipe.toml b/recipes/wip/dev/bugstalker/recipe.toml index f6ae329fa..ccbd8a292 100644 --- a/recipes/wip/dev/bugstalker/recipe.toml +++ b/recipes/wip/dev/bugstalker/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make the dependency work [source] git = "https://github.com/godzie44/BugStalker" [build] diff --git a/recipes/wip/dev/cargo-all-features/recipe.toml b/recipes/wip/dev/cargo-all-features/recipe.toml index 1575b32d2..e4eba3c79 100644 --- a/recipes/wip/dev/cargo-all-features/recipe.toml +++ b/recipes/wip/dev/cargo-all-features/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/frewsxcv/cargo-all-features" [build] diff --git a/recipes/wip/dev/cargo-attribution/recipe.toml b/recipes/wip/dev/cargo-attribution/recipe.toml index 63ca71447..f85099b93 100644 --- a/recipes/wip/dev/cargo-attribution/recipe.toml +++ b/recipes/wip/dev/cargo-attribution/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/ameknite/cargo-attribution" [build] diff --git a/recipes/wip/dev/cargo-auto/recipe.toml b/recipes/wip/dev/cargo-auto/recipe.toml index 710ea3b7f..58d4379db 100644 --- a/recipes/wip/dev/cargo-auto/recipe.toml +++ b/recipes/wip/dev/cargo-auto/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/automation-tasks-rs/cargo-auto" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab