From 4aa1ab954f5dcaa9409287a59ee3556a6cc973d2 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 24 Oct 2019 10:15:45 +0100 Subject: [PATCH] electrs: force Rust 1.37 --- electrs/electrs_to_RaspiBlitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrs/electrs_to_RaspiBlitz.sh b/electrs/electrs_to_RaspiBlitz.sh index 1b1fa80..8764af4 100644 --- a/electrs/electrs_to_RaspiBlitz.sh +++ b/electrs/electrs_to_RaspiBlitz.sh @@ -25,7 +25,7 @@ echo "" sudo -u electrs curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo -u electrs sh -s -- -y # workaround to keep Rust at v1.37.0 # check rust version with: $ sudo -u electrs /home/electrs/.cargo/bin/cargo --version -sudo -u electrs /home/electrs/.cargo/bin/rustup install 1.37.0 +sudo -u electrs /home/electrs/.cargo/bin/rustup install 1.37.0 --force sudo -u electrs /home/electrs/.cargo/bin/rustup override set 1.37.0 #source $HOME/.cargo/env