update BOOTSTRAP_VERSION

This commit is contained in:
xyllery-7 2021-12-02 17:51:05 +00:00 committed by Henrik Grimler
parent bf20909ef8
commit 8f5652db62

View File

@ -19,7 +19,7 @@ termux_step_configure() {
# like 30 to 40 + minutes ... so lets get it right
# upstream only tests build ver one version behind $TERMUX_PKG_VERSION
local BOOTSTRAP_VERSION=1.55.0
local BOOTSTRAP_VERSION=1.56.1
rustup install $BOOTSTRAP_VERSION
rustup default $BOOTSTRAP_VERSION-x86_64-unknown-linux-gnu
export PATH=$HOME/.rustup/toolchains/$BOOTSTRAP_VERSION-x86_64-unknown-linux-gnu/bin:$PATH