From f036d8da3ec3a80f34dcbdfe62f174895b95173b Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 13 Nov 2018 14:23:28 -0500 Subject: [PATCH] switch to stable rust by default --- linux-bionic-playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-bionic-playbook.yaml b/linux-bionic-playbook.yaml index fab7d38..7ab41f2 100644 --- a/linux-bionic-playbook.yaml +++ b/linux-bionic-playbook.yaml @@ -91,7 +91,7 @@ creates: /usr/local/bin/powerline-go-1.11.0 - name: install rustup become: no - shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain nightly && rm -f t.sh + shell: curl -o t.sh https://sh.rustup.rs -sSf && chmod 700 t.sh && ./t.sh --no-modify-path --verbose -y --default-toolchain stable && rm -f t.sh args: creates: ~/.cargo/bin/rustup - name: install kerl