From a49530b7a401400c84fdac53699ed7ccd0e371bc Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 11 Jun 2024 23:58:44 +0000 Subject: [PATCH] Update recipes --- recipes/wip/dev/rust-to-npm/recipe.toml | 2 +- recipes/wip/dev/sccache/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/rust-to-npm/recipe.toml b/recipes/wip/dev/rust-to-npm/recipe.toml index db4a7b20b..c9ac5635f 100644 --- a/recipes/wip/dev/rust-to-npm/recipe.toml +++ b/recipes/wip/dev/rust-to-npm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/a11ywatch/rust-to-npm" [build] diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml index de3e0bc33..85e478138 100644 --- a/recipes/wip/dev/sccache/recipe.toml +++ b/recipes/wip/dev/sccache/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/mozilla/sccache" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab