Update/force explicit toolchain

pull/41/head
Andre Richter 5 years ago
parent 034e1f01d8
commit fad90e8bb1
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -73,12 +73,13 @@ tutorials, please refer to the repository's [docker](docker) folder.
Before you can start, you must install a suitable Rust toolchain:
```bash
curl https://sh.rustup.rs -sSf \
| \
sh -s -- \
--default-toolchain nightly \
--component rust-src llvm-tools-preview clippy rustfmt rls rust-analysis
curl https://sh.rustup.rs -sSf \
| \
sh -s -- \
--default-toolchain nightly-2019-12-20 \
--component rust-src llvm-tools-preview rustfmt rls rust-analysis
source $HOME/.cargo/env
cargo install cargo-xbuild cargo-binutils
```

Binary file not shown.

Binary file not shown.

@ -0,0 +1 @@
nightly-2019-12-20
Loading…
Cancel
Save