From 5f9cf5ee47e2fe3513e51874d5ef907e3fe76550 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Wed, 23 Aug 2023 12:10:19 -0400 Subject: [PATCH] Revert "ci: increase rustup default to 1.71.1" This reverts commit abdd3d9e5b0080fe165b945227d38ec9b24407b4. --- runalltests.sh | 2 +- stratisd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runalltests.sh b/runalltests.sh index f95c490..57d12bf 100755 --- a/runalltests.sh +++ b/runalltests.sh @@ -20,7 +20,7 @@ chmod +x install_rustup.sh # shellcheck source=/dev/null source $HOME/.cargo/env -rustup default 1.71.1 +rustup default 1.71.0 # Then, choose the directory of the test to be executed, and prep # the $WORKSPACE environment variable. diff --git a/stratisd.sh b/stratisd.sh index a7b8feb..ddd3749 100755 --- a/stratisd.sh +++ b/stratisd.sh @@ -47,7 +47,7 @@ RC_WHICHRUSTUP=$? set -e if [ $RC_WHICHRUSTUP -eq 0 ]; then - rustup default 1.71.1 + rustup default 1.71.0 fi make clean