diff --git a/recipes/wip/cargo-fuzz/recipe.toml b/recipes/wip/cargo-fuzz/recipe.toml index 6d9f2cc33..1bc0b3a01 100644 --- a/recipes/wip/cargo-fuzz/recipe.toml +++ b/recipes/wip/cargo-fuzz/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after an update on proc-macro2) [source] git = "https://github.com/rust-fuzz/cargo-fuzz" rev = "0a992ee43d91746a6a627e9977cfb27693ce3b86" diff --git a/recipes/wip/cargo-geiger/recipe.toml b/recipes/wip/cargo-geiger/recipe.toml index 85965d275..ea680397a 100644 --- a/recipes/wip/cargo-geiger/recipe.toml +++ b/recipes/wip/cargo-geiger/recipe.toml @@ -1,6 +1,7 @@ -#TODO camino crate compilation error +#TODO camino crate error [source] -tar = "https://github.com/rust-secure-code/cargo-geiger/archive/refs/tags/cargo-geiger-0.11.6.tar.gz" +git = "https://github.com/rust-secure-code/cargo-geiger" +rev = "5da482d71b2d7e0cde2ccb716c2457df4c70ca7a" [build] template = "custom" dependencies = [ diff --git a/recipes/wip/cargo-generate/recipe.toml b/recipes/wip/cargo-generate/recipe.toml index 611d30a8e..168293d1f 100644 --- a/recipes/wip/cargo-generate/recipe.toml +++ b/recipes/wip/cargo-generate/recipe.toml @@ -1,6 +1,7 @@ #TODO fs_at crate error [source] -tar = "https://github.com/cargo-generate/cargo-generate/archive/refs/tags/v0.18.3.tar.gz" +git = "https://github.com/cargo-generate/cargo-generate" +rev = "f7728a02149c9120fdbe50332e9342b92621faa6" [build] template = "cargo" dependencies = [ diff --git a/recipes/wip/cargo-info/recipe.toml b/recipes/wip/cargo-info/recipe.toml index 517283690..49ec9cc4f 100644 --- a/recipes/wip/cargo-info/recipe.toml +++ b/recipes/wip/cargo-info/recipe.toml @@ -1,5 +1,6 @@ #TODO Not compiled or tested [source] -tar = "https://gitlab.com/imp/cargo-info/-/archive/0.7.6/cargo-info-0.7.6.tar.gz" +git = "https://gitlab.com/imp/cargo-info" +rev = "8a7b4db5b7c7a19c43bf4e01c22abdb43dfcbe71" [build] template = "cargo"