From 8437512c4b082c913f528a1ecc07ead0eb92a1ec Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 17 Dec 2023 01:56:43 +0000 Subject: [PATCH] Update recipes --- recipes/wip/cargo-diet/recipe.toml | 2 +- recipes/wip/cargo-fuzz/recipe.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/cargo-diet/recipe.toml b/recipes/wip/cargo-diet/recipe.toml index f6a80ee42..6fa096bfb 100644 --- a/recipes/wip/cargo-diet/recipe.toml +++ b/recipes/wip/cargo-diet/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO termsize crate error [source] git = "https://github.com/the-lean-crate/cargo-diet" rev = "76e3691a6250c82d276b30c2ef21af7f49e24e6f" diff --git a/recipes/wip/cargo-fuzz/recipe.toml b/recipes/wip/cargo-fuzz/recipe.toml index 57600ccf7..6d9f2cc33 100644 --- a/recipes/wip/cargo-fuzz/recipe.toml +++ b/recipes/wip/cargo-fuzz/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/rust-fuzz/cargo-fuzz/archive/refs/tags/0.11.2.tar.gz" +git = "https://github.com/rust-fuzz/cargo-fuzz" +rev = "0a992ee43d91746a6a627e9977cfb27693ce3b86" [build] template = "cargo"