From 30c8fa46b4b3cd401ce3afda6761692d1f99a77c Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 30 May 2018 20:49:55 -0600 Subject: [PATCH] rustc version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2c343cc..ca10e39e0 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt-preview ``` -If your rustc version is lower than 1.25.0, please update it: +If your rustc version is lower than 1.26.1, please update it: ```bash $ rustup update