From fe5a6dcc533a3212ae0f70903832e1db0783b6dc Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:26:50 +0100 Subject: [PATCH] build, msvc: Update vcpkg manifest baseline This change updates the vcpkg manifest baseline from the "2024.09.30 Release" to the "2025.03.19 Release", with the following package changes: - boost: 1.85.0#1,2 --> 1.87.0 - qtbase: 6.7.2#3 -> 6.8.2#1 - qttools: 6.7.2#1 -> 6.8.2 - sqlite3: 3.46.1 --> 3.49.1 --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 4ff3f34406c..ae4cba7ce00 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { - "$comment": "The builtin-baseline corresponds to 2024.09.30 Release", + "$comment": "The builtin-baseline corresponds to 2025.03.19 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "b02e341c927f16d991edbd915d8ea43eac52096c", "dependencies": [ "boost-multi-index", "boost-signals2",