From c4e6e8c5d1a35f649488ed3d4d9b93200fd05121 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Tue, 11 Jun 2024 09:50:55 +0800 Subject: [PATCH] upgrade boost, sqlite --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index ca3480d9..ebfd6899 100644 --- a/xmake.lua +++ b/xmake.lua @@ -171,12 +171,12 @@ if is_plat("windows") then end end -local boost_version = "1.84.0" +local boost_version = "1.85.0" local hdf5_version = "1.12.2" local fmt_version = "10.2.1" local flatbuffers_version = "24.3.25" local cpp_httplib_version = "0.14.3" -local sqlite_version = "3.43.0+200" +local sqlite_version = "3.46.0+0" local mysql_version = "8.0.31" if is_plat("windows") or (is_plat("linux", "cross") and is_arch("aarch64", "arm64.*")) then mysql_version = "8.0.21"