From ffe9eae819af4ae938b31b9688fb04d8fa4a33b0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 16 Aug 2022 14:42:26 -0700 Subject: [PATCH] Update rust toolchain when deploying (#311) --- deploy/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/setup b/deploy/setup index c0fce084da..bf39e796df 100755 --- a/deploy/setup +++ b/deploy/setup @@ -26,6 +26,8 @@ fi source ~/.cargo/env +rustup update stable + cargo install --path . --root /usr/local id --user bitcoin || useradd --system bitcoin