From 4ba4ad98784f7a743086f3721cbdf6ca086ac1c4 Mon Sep 17 00:00:00 2001 From: Sunny Gleason Date: Fri, 15 Mar 2019 13:09:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f57939796..e19ae3059c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt-preview ``` -If your rustc version is lower than 1.31.0, please update it: +If your rustc version is lower than 1.33.0, please update it: ```bash $ rustup update