diff --git a/recipes/wip/cargo-run-bin/recipe.toml b/recipes/wip/cargo-run-bin/recipe.toml index 7625128af..4101bffc3 100644 --- a/recipes/wip/cargo-run-bin/recipe.toml +++ b/recipes/wip/cargo-run-bin/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compilation error [source] git = "https://github.com/dustinblackman/cargo-run-bin" [build] diff --git a/recipes/wip/cargo-sweep/recipe.toml b/recipes/wip/cargo-sweep/recipe.toml index c6ef12346..1fd87697d 100644 --- a/recipes/wip/cargo-sweep/recipe.toml +++ b/recipes/wip/cargo-sweep/recipe.toml @@ -1,4 +1,4 @@ -#TODO needs to update the redox_syscall version +#TODO compiled but not tested [source] git = "https://github.com/holmgr/cargo-sweep" [build] diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml index 94e775c61..252655ac6 100644 --- a/recipes/wip/cargo-tarpaulin/recipe.toml +++ b/recipes/wip/cargo-tarpaulin/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/xd009642/tarpaulin" rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c" [build] template = "cargo" +dependencies = [ + "openssl1", +]