From e217380d0def102699fd823470d2a2e7865f197e Mon Sep 17 00:00:00 2001 From: Aliaksandr Kalenik Date: Thu, 4 Dec 2025 13:15:36 +0100 Subject: [PATCH] Meta: Lock libxml2 version in vcpkg.json --- vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 6317530e2a0..6c7c4288a4f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -278,6 +278,10 @@ "name": "libwebp", "version": "1.6.0#1" }, + { + "name": "libxml2", + "version": "2.13.8#1" + }, { "name": "mman", "version": "git-f5ff813#5"