From a31425610af36dbead3d6b1fe840a64893bdce59 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:00:58 +0100 Subject: [PATCH] build, msvc: Update vcpkg manifest baseline This change updates the vcpkg manifest baseline from the "2025.08.27 Release" to the "2026-07-29 Release", with the following package changes: - boost: 1.88.0 --> 1.91.0 - sqlite3: 3.50.4 --> 3.53.4 - zeromq: 4.3.5#2 --> 4.3.5#3 - qtbase: 6.9.1 --> 6.11.1#1 - qttools: 6.9.1 --> 6.11.1 - libqrencode: 4.1.1#2 --> 4.1.1#3 --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 99ad6eb00ca..882abac2cd5 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { - "$comment": "The builtin-baseline corresponds to 2025.08.27 Release", + "$comment": "The builtin-baseline corresponds to 2026-07-29 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "builtin-baseline": "120deac3062162151622ca4860575a33844ba10b", + "builtin-baseline": "9e593bb18ea69cc5095e012465dcd675a822ed0d", "dependencies": [ "boost-multi-index" ],