From 86800760ef2b694d19787a1657435510fa761c21 Mon Sep 17 00:00:00 2001 From: James Webber <jamestwebber@users.noreply.github.com> Date: Sun, 24 May 2020 12:37:22 -0700 Subject: [PATCH] update rust version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a5832da0..353a3b5961 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust :snake: :scream: #### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly. -RustPython requires Rust latest stable version (e.g 1.38.0 at Oct 1st 2019). +RustPython requires Rust latest stable version (e.g 1.43.0 at May 24th 2020). To check Rust version: `rustc --version` If you wish to update, `rustup update stable`.