From e0468db113b8eb3bc744e5d44fc506e5fbf585ec Mon Sep 17 00:00:00 2001 From: Alexandre Esteves <2335822+alexfmpe@users.noreply.github.com> Date: Wed, 9 Sep 2020 18:00:30 +0100 Subject: [PATCH] Update minimum rustc version to 1.45.0 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 865514512..e5ccfb8a7 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.39.0, please update it: +If your rustc version is lower than 1.45.0, please update it: ```bash $ rustup update