From af40d1487cd4290fbc8e0dc7c896e69f78e5e8e4 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Tue, 6 Feb 2024 16:11:54 +0800 Subject: [PATCH] chore: update levilamina 0.7.2 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 5a2babf..ef9b04a 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,5 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") -add_requires("levilamina 0.7.1") +add_requires("levilamina 0.7.2") add_requires("sqlitecpp 3.2.1") add_requires("openssl 1.1.1-t")