From 6e40d4bcf7d6dfc5b33cd0a47dadd6f057b3e402 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 15 Jun 2020 14:39:18 +0100 Subject: [PATCH] Update to boost 1.73.0 and latest mason --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index d5b4796c6..43358901f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,7 +8,7 @@ todo - shrink icu data ' -MASON_VERSION="250ac4b" +MASON_VERSION="70dd16d2" function setup_mason() { if [[ ! -d ./.mason ]]; then @@ -44,7 +44,7 @@ function install() { } ICU_VERSION="57.1" -BOOST_VERSION="1.67.0" +BOOST_VERSION="1.73.0" function install_mason_deps() { install ccache 3.3.1