diff --git a/README.md b/README.md index 4efd8d14..101b5786 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ repository and compiled from source or installed from of the nightly toolchain is supported at any given time. -It's recommended to use `nightly-2020-11-19` toolchain. -You can install it by using `rustup install nightly-2020-11-19` if you already have rustup. +It's recommended to use `nightly-2020-12-01` toolchain. +You can install it by using `rustup install nightly-2020-12-01` if you already have rustup. Then you can do: ```sh $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2020-11-19 -$ cargo +nightly-2020-11-19 install --git https://github.com/rust-lang/rust-semverver +$ cargo +nightly-2020-12-01 install --git https://github.com/rust-lang/rust-semverver ``` You'd also need `cmake` for some dependencies, and a few common libraries (if you hit diff --git a/rust-toolchain b/rust-toolchain index 2c08a828..e5ddd352 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ # NOTE: Keep in sync with nightly date on README [toolchain] -channel = "nightly-2020-11-19" +channel = "nightly-2020-12-01" components = ["llvm-tools-preview", "rustc-dev"]