From 1e116bba0b3e79219f97d81d5d9df4f397b81c40 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 9 Sep 2020 18:29:51 +0100 Subject: [PATCH] Recommend latest stable version of rustc in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ccfb8a71..b10d2243cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt ``` -If your rustc version is lower than 1.45.0, please update it: +Please sure you are always using the latest stable rust version by running: ```bash $ rustup update