build(deps): bump boost to 1.89 (#4253)

This commit is contained in:
David Lane 2025-11-01 21:02:15 -04:00 committed by GitHub
commit 875ad1d11a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 14 deletions

View file

@ -43,7 +43,7 @@
using namespace std::literals;
namespace fs = std::filesystem;
namespace bp = boost::process;
namespace bp = boost::process::v1;
window_system_e window_system;