From b4381a50de1c7e1bd0baf34a59f483393b931c0d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 10 Jun 2024 19:36:21 +0000 Subject: [PATCH] Update a recipe --- recipes/wip/tools/dispatch/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml index d308af5bf..b064e5f50 100644 --- a/recipes/wip/tools/dispatch/recipe.toml +++ b/recipes/wip/tools/dispatch/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/brianyu28/dispatch" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab