From e553f55dc8d88634c14fdef16c729f119ee13d8e Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 20 Apr 2021 13:02:28 +0100 Subject: [PATCH] upgrade to boost 1.75.0 + latest mason --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5071d7e74..23d6bf8b9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ todo - shrink icu data ' -MASON_VERSION="fde1d9f5" +MASON_VERSION="5bc05e04" function setup_mason() { if [[ ! -d ./.mason ]]; then @@ -44,7 +44,7 @@ function install() { } ICU_VERSION="57.1" -BOOST_VERSION="1.73.0" +BOOST_VERSION="1.75.0" function install_mason_deps() { install ccache 3.3.1