diff --git a/recipes/wip/cargo-diet/recipe.toml b/recipes/wip/cargo-diet/recipe.toml index f6a80ee42bd7c7d8ee76c72c17ae9a0e49e5ef32..6fa096bfb52d98725716b248cadac879e96514d4 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 57600ccf7d8f7059b34c3b1174a5926dd6f376e8..6d9f2cc3317421500346bf95da674e7b9389e4c0 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"