]> git.lizzy.rs Git - rust.git/commit
Auto merge of #1111 - MarkusPettersson98:rustup-1.21-yaml, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 8 Dec 2019 13:37:35 +0000 (13:37 +0000)
committerbors <bors@rust-lang.org>
Sun, 8 Dec 2019 13:37:35 +0000 (13:37 +0000)
commit4ebc0306ecb5a593ad9c329fa2fc636ab4a176ac
tree1e6f2634dfd1eb6c00b6c25454d9a94fd08b35b5
parentea59d6a569fffff91c2eb95f5a04ccdccbdbf807
parentc9e7fe8b8cdc1b1397b8f7bcaf5b2a1aff8b830c
Auto merge of #1111 - MarkusPettersson98:rustup-1.21-yaml, r=RalfJung

Updated CI config to reflect deprecation of rustup uninstall

In the same spirit as #1110 ðŸ˜„

This PR from the rustup repository brought me here: https://github.com/rust-lang/rustup/issues/2148

TL;DR With rustup 1.21.0 `rustup install` and `rustup uninstall` are being deprecated in favor of `rustup toolchain install` and `rustup toolchain uninstall`. There's plenty of code/documentation out there that needs to be updated to reflect this.

Thought It would be cool to help, however small the change may be. :)

Keep up the great work!