From d8f70cf89830df7f6241f1566a2aa85fa556aa11 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 04 Oct 2022 09:50:39 +0000 Subject: [PATCH] fix: toolchain version in README --- --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ 2. Remove all installed toolchains with `rustup toolchain list` and `rustup toolchain uninstall `. -3. Install toolchain nightly-2022-05-11 and make it default: +3. Install toolchain nightly-2022-07-24 and make it default: ```bash rustup toolchain install nightly-2022-07-24 -- gitstuff