From a6147e7a856c64da3dee2d3e0debd8ba7960af19 Mon Sep 17 00:00:00 2001 From: seroze <87276744+seroze@users.noreply.github.com> Date: Tue, 6 Jun 2023 01:29:55 +0530 Subject: [PATCH] Update rust version from 1.65.0 to 1.70.0 in README.md (#2998) Co-authored-by: Matthias Seitz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80941e087..7a31def5e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See the [Reth Book](https://paradigmxyz.github.io/reth) for instructions on how ### Build & Test -Rust minimum required version to build this project is 1.65.0 published 02.11.2022. +Rust minimum required version to build this project is 1.70.0 published 01.06.2023. See the book for detailed instructions on how to build from [source](https://paradigmxyz.github.io/reth/installation/source.html).