From 1c3accea1d26f8e8e431ccd95dd718ee11b7820d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 11:53:14 -0300 Subject: [PATCH] Update asm-lsp recipe --- recipes/wip/dev/ide/asm-lsp/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml index 0daa9e88c..2ac7e7ccc 100644 --- a/recipes/wip/dev/ide/asm-lsp/recipe.toml +++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/bergercookie/asm-lsp" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages asm-lsp """