From cf8ffda90b0270df57e5c440581362b9199b2437 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sat, 30 Aug 2025 17:13:41 +0000 Subject: [PATCH] automate rustup --- dev.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }