From 564b590c89dee66379a59668c804702299ac2d68 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 21 Aug 2019 20:56:43 -0600 Subject: [PATCH] README: Bump min rustc (#5595) automerge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492a854ea8..1334a2b8db 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt ``` -If your rustc version is lower than 1.34.0, please update it: +If your rustc version is lower than 1.36.0, please update it: ```bash $ rustup update