diff --git a/recipes/wip/cargo-auditable/recipe.toml b/recipes/wip/cargo-auditable/recipe.toml index f8ff0900e..c64d92fd0 100644 --- a/recipes/wip/cargo-auditable/recipe.toml +++ b/recipes/wip/cargo-auditable/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/rust-secure-code/cargo-auditable" [build] diff --git a/recipes/wip/cargo-cache/recipe.toml b/recipes/wip/cargo-cache/recipe.toml index ed612b3d4..b7a691112 100644 --- a/recipes/wip/cargo-cache/recipe.toml +++ b/recipes/wip/cargo-cache/recipe.toml @@ -1,5 +1,6 @@ #TODO camino crate compilation error [source] -tar = "https://github.com/matthiaskrgr/cargo-cache/archive/refs/tags/0.8.3.tar.gz" +git = "https://github.com/matthiaskrgr/cargo-cache" +rev = "f26f8b8bb1ce96481973483de9a939ff80f97d5d" [build] template = "cargo" diff --git a/recipes/wip/cargo-crev/recipe.toml b/recipes/wip/cargo-crev/recipe.toml index 5baf0a561..05f326ff2 100644 --- a/recipes/wip/cargo-crev/recipe.toml +++ b/recipes/wip/cargo-crev/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://github.com/crev-dev/cargo-crev/archive/refs/tags/v0.25.4.tar.gz" +git = "https://github.com/crev-dev/cargo-crev" +rev = "be532d95731dc067302e7910164120a2e4fdf745" [build] template = "cargo"