diff --git a/recipes/wip/cargo-crev/recipe.toml b/recipes/wip/cargo-crev/recipe.toml index 771d2cbec6a957d8a7fd5aef3929c67a1f4f7c86..f2bd97199f466fa8aff7237278a11853f3de3bc3 100644 --- a/recipes/wip/cargo-crev/recipe.toml +++ b/recipes/wip/cargo-crev/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO weird error on the workspace [source] git = "https://github.com/crev-dev/cargo-crev" rev = "be532d95731dc067302e7910164120a2e4fdf745" diff --git a/recipes/wip/cargo-deny/recipe.toml b/recipes/wip/cargo-deny/recipe.toml index bcba29a22e4173c789b66b9051ddd8fbd95143d1..76720093752a64fd1a1c9cb4fc3a5d7ce5b25378 100644 --- a/recipes/wip/cargo-deny/recipe.toml +++ b/recipes/wip/cargo-deny/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/EmbarkStudios/cargo-deny/archive/refs/tags/0.14.3.tar.gz" +git = "https://github.com/EmbarkStudios/cargo-deny" +rev = "80860f0f6c974810e9ce38655309293e8aa841e4" [build] template = "cargo"