switch to stable rust by default

pull/1/head
Andrew Coleman 2018-11-13 14:23:28 -05:00
parent c85848e78d
commit f036d8da3e
1 changed files with 1 additions and 1 deletions

View File

@ -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