diff --git a/README.md b/README.md index 33ec92c7..c55c4439 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,13 @@ This project uses system (libc) memory allocator (Rust's default). But it also a Install from [crates.io](https://crates.io/crates/shadowsocks-rust): ```bash -rustup default nightly-2021-05-21 +# Set default toolchain to nightly +rustup default nightly +# RECOMMEND: Check the rust-toolchain file in the project root and use the recomended nightly version +# For example: +# rustup default nightly-2021-06-03 + +# Install from crates.io cargo install shadowsocks-rust ``` diff --git a/rust-toolchain b/rust-toolchain index 4bc95858..597a77cc 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2021-05-21 +nightly-2021-06-03