From ef20c2d11d960bf915f88cdb2ceac2184e4aec10 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 16 Sep 2025 22:03:27 +0100 Subject: [PATCH] build, msvc: Update vcpkg manifest baseline This change updates the vcpkg manifest baseline from the "2025.03.19 Release" to the "2025.08.27 Release", with the following package changes: - boost: 1.87.0 --> 1.88.0 - qtbase: 6.8.2#1 -> 6.9.1 - qttools: 6.8.2 -> 6.9.1 - sqlite3: 3.49.1 --> 3.50.4 --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 45a8a1a2065..e034c791645 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { - "$comment": "The builtin-baseline corresponds to 2025.03.19 Release", + "$comment": "The builtin-baseline corresponds to 2025.08.27 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "builtin-baseline": "b02e341c927f16d991edbd915d8ea43eac52096c", + "builtin-baseline": "120deac3062162151622ca4860575a33844ba10b", "dependencies": [ "boost-multi-index", "boost-signals2",