From fbbd4d76b896bbfb710178bf4236b175b3c74c5d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 24 Mar 2024 21:01:48 +0000 Subject: [PATCH] fix other typo --- recipes/wip/tools/kami/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml index ef839fd1..67099368 100644 --- a/recipes/wip/tools/kami/recipe.toml +++ b/recipes/wip/tools/kami/recipe.toml @@ -5,5 +5,5 @@ git = "https://github.com/mrfluffy-dev/kami" [build] template = "cargo" dependencies = [ - "openssl1', + "openssl1", ]