From ca2813a8371e71f348d4963dad46fc650f0488b9 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 12 Jun 2024 07:58:49 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/allocscope/recipe.toml | 2 +- recipes/wip/dev/cargo-multivers/recipe.toml | 2 +- recipes/wip/dev/cargo-zigbuild/recipe.toml | 2 +- recipes/wip/dev/git-chain/recipe.toml | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/recipes/wip/dev/allocscope/recipe.toml b/recipes/wip/dev/allocscope/recipe.toml index bb6bef109..5106b7cbc 100644 --- a/recipes/wip/dev/allocscope/recipe.toml +++ b/recipes/wip/dev/allocscope/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make all dependencies work [source] git = "https://github.com/matt-kimball/allocscope" [build] diff --git a/recipes/wip/dev/cargo-multivers/recipe.toml b/recipes/wip/dev/cargo-multivers/recipe.toml index db28a44a1..83b4b406a 100644 --- a/recipes/wip/dev/cargo-multivers/recipe.toml +++ b/recipes/wip/dev/cargo-multivers/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/ronnychevalier/cargo-multivers" [build] diff --git a/recipes/wip/dev/cargo-zigbuild/recipe.toml b/recipes/wip/dev/cargo-zigbuild/recipe.toml index fae69d6a0..1ba8156ba 100644 --- a/recipes/wip/dev/cargo-zigbuild/recipe.toml +++ b/recipes/wip/dev/cargo-zigbuild/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO make zig work [source] git = "https://github.com/rust-cross/cargo-zigbuild" rev = "52be7dd2359cfbca8f1d0c1ae36b4f7bae64bafc" diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml index 8ca1be284..2790169bc 100644 --- a/recipes/wip/dev/git-chain/recipe.toml +++ b/recipes/wip/dev/git-chain/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/dashed/git-chain" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab