diff --git a/recipes/wip/cargo-auditable/recipe.toml b/recipes/wip/cargo-auditable/recipe.toml index f8ff0900ee5449a60bb3ad85e8c9777c33b5b954..c64d92fd0648a26b9d33d27a5792f578d5154c4b 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 ed612b3d42c4e07ec2a353de5d6c5726703b38ca..b7a691112ffcd675a8c73edc696ea7c6f373a47e 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 5baf0a56198b3d16569c113f3d5c1599079249ea..05f326ff290ee904e9aa1e1094b0097500e71fa0 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"