From 32860cb5c1376911dfab8a6035b7ef850a53c711 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Wed, 14 Aug 2024 09:57:22 +0200
Subject: [PATCH] Downgrade vcpkg baseline

We're not compatible with boost>=1.83 due to deprecation of string_file
---
 vcpkg      | 2 +-
 vcpkg.json | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/vcpkg b/vcpkg
index a741645..333ba63 160000
--- a/vcpkg
+++ b/vcpkg
@@ -1 +1 @@
-Subproject commit a74164519874e4671e9e496444148df1d7f5006c
+Subproject commit 333ba63a16024f05f9172fe403f9eced000389e5
diff --git a/vcpkg.json b/vcpkg.json
index b86f0c8..07d24d3 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -16,11 +16,5 @@
     "zlib",
     "gtest"
   ],
-  "builtin-baseline": "726f9202943e5743bef917d40810702a61e2d44c",
-  "overrides": [
-    { 
-        "name": "boost", 
-        "version": "1.78.0"
-    }
-  ]
+  "builtin-baseline": "5d3798ac7388ca66c169773e46103b14077b76a4"
 }
-- 
GitLab