From 872a250192468cd76da36ab9a0c211a1438eea60 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Sat, 7 May 2022 18:24:56 -0400 Subject: [PATCH] Changed required Rust version to edition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6986789..5600f65 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [specifications](docs/spec.md) page. ### Prerequisites -- Rust 1.41+ +- Rust 2021 Edition - Recommended IDEs - Visual Studio Code - Jetbrains IntelliJ or CLion