From afa100313cc6a00b2c1a6ea84e6ef78f7637b81e Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 4 Jan 2020 17:20:28 -0800 Subject: [PATCH] Correct minimum Rust version requirement in readme, updates #235 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c13a336..908b2c9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The Visual Studio 2017 Redistributable is required to run these builds. ## Building -Requires Rust stable version 1.34.1 or newer to build. +Requires Rust stable version 1.38.0 or newer to build. Compile and run: ```bash