From ec47cd2b5084de0bbe5a731bdd519d9d41048695 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:07:02 +0000 Subject: [PATCH] build, msvc: Drop no longer needed `liblzma` version pinning For historical context, see https://github.com/hebasto/bitcoin/pull/140. --- vcpkg.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index e26a8d9ea2f..6ffc330201f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -57,10 +57,6 @@ { "name": "libevent", "version": "2.1.12#7" - }, - { - "name": "liblzma", - "version": "5.4.1#1" } ] }