From c9b46409434e1807542a8352eaf30c47d366c625 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Sun, 26 Jan 2025 16:53:08 +0300 Subject: [PATCH] msgpack-cxx: Harmonize Boost to 1.86.0 (current avail) --- recipes/msgpack-cxx/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/msgpack-cxx/all/conanfile.py b/recipes/msgpack-cxx/all/conanfile.py index 8112274e3a237..9c8ec8c9cf2f5 100644 --- a/recipes/msgpack-cxx/all/conanfile.py +++ b/recipes/msgpack-cxx/all/conanfile.py @@ -35,7 +35,7 @@ def layout(self): def requirements(self): # Boost was not optional until 4.1.0 if self.options.get_safe("use_boost", True): - self.requires("boost/1.83.0") + self.requires("boost/1.86.0") def package_id(self): self.info.clear()