diff --git a/dev.bash b/dev.bash index e564416..01b9c9e 100644 --- a/dev.bash +++ b/dev.bash @@ -15,7 +15,7 @@ main() { shellcheck \ pv - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable echo "All good" }