From fa2a042c2cc992588703d7a35ce7bca796f8d8d4 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Thu, 2 Jan 2025 09:19:46 -0500 Subject: [PATCH] ci: increase rustup default to 1.74.0 Signed-off-by: Bryan Gurney --- runalltests.sh | 2 +- stratisd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runalltests.sh b/runalltests.sh index f95c490..cd7f591 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.74.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..3102f7c 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.74.0 fi make clean