From 59ab002665cb3c69bdfbf07e73b1a412c5e5205e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 5 Jun 2024 10:21:54 +0900 Subject: [PATCH] [Misc #20523] Use HEAD version of vcpkg at 20240605 This revision includes the following packages: ``` gmp:x64-windows@6.3.0 libffi:x64-windows@3.4.6 libyaml:x64-windows@0.2.5#4 openssl:x64-windows@3.3.0#1 vcpkg-cmake:x64-windows@2024-04-18 vcpkg-cmake-config:x64-windows@2022-02-06#1 vcpkg-cmake-get-vars:x64-windows@2023-12-31 zlib:x64-windows@1.3.1 ``` --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6d2ee3a6bc..d8b9c68807 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,5 +7,5 @@ "openssl", "zlib" ], - "builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" + "builtin-baseline": "a4275b7eee79fb24ec2e135481ef5fce8b41c339" }