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"