Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 27, 2025
1 parent 0306855 commit 779ad67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function check_toolchains {
exit 1
fi
# Check rust version.
if ! rustup show | grep "1.75" > /dev/null; then
if ! rustup show | grep "1.85" > /dev/null; then
encourage_dev_container
echo "Rust version 1.75 not installed."
echo "Rust version 1.85 not installed."
echo "Installation:"
echo " curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.85.0"
exit 1
Expand Down

0 comments on commit 779ad67

Please sign in to comment.