From 98824c728d97b4fa59fc77137fe80b73e0c6a625 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 17 Dec 2023 01:28:57 +0000 Subject: [PATCH] Update recipes --- recipes/wip/cargo-deny/recipe.toml | 2 +- recipes/wip/cargo-diet/recipe.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/cargo-deny/recipe.toml b/recipes/wip/cargo-deny/recipe.toml index 767200937..df1e7c2e3 100644 --- a/recipes/wip/cargo-deny/recipe.toml +++ b/recipes/wip/cargo-deny/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error (after a patch on the ring crate) [source] git = "https://github.com/EmbarkStudios/cargo-deny" rev = "80860f0f6c974810e9ce38655309293e8aa841e4" diff --git a/recipes/wip/cargo-diet/recipe.toml b/recipes/wip/cargo-diet/recipe.toml index c17dc013c..f6a80ee42 100644 --- a/recipes/wip/cargo-diet/recipe.toml +++ b/recipes/wip/cargo-diet/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/the-lean-crate/cargo-diet/archive/refs/tags/v1.2.7.tar.gz" +git = "https://github.com/the-lean-crate/cargo-diet" +rev = "76e3691a6250c82d276b30c2ef21af7f49e24e6f" [build] template = "cargo" -- GitLab