From 020492f1fa9a78ec0a19543dbe6f476d5b78ded9 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Sun, 27 Apr 2025 13:58:58 +1000 Subject: [PATCH] chore: update vcpkg baseline - Update vcpkg builtin-baseline from c82f74 to bc99451 - Provides newer Boost libraries with io_context support - Ensures consistent Boost ASIO compatibility across platforms Signed-off-by: Zephyron --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 3c57e651d..b6dd63612 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "citron", - "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", + "builtin-baseline": "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4", "version": "1.0", "dependencies": [ "boost-algorithm",