Skip to content

Commit

Permalink
Merge pull request #453 from bgurney-rh/ci-rustver
Browse files Browse the repository at this point in the history
Revert "ci: increase rustup default to 1.71.1"
  • Loading branch information
mulkieran committed Aug 23, 2023
2 parents 884febd + 5f9cf5e commit b19cae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runalltests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stratisd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b19cae5

Please sign in to comment.