From 494f9cc12a054ae35ba51a47b16cd8b368e48001 Mon Sep 17 00:00:00 2001 From: Mario Apra Date: Mon, 16 Sep 2024 11:15:42 +0100 Subject: [PATCH] chore: Add minimum rust version into readme - Fix #2139 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 724606302c..caf3fb5baf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ - Golang 1.23 or higher is required to build and run the project. You can find the installer on the official Golang [download](https://go.dev/doc/install) page. -- [Rust](https://www.rust-lang.org/tools/install). +- [Rust](https://www.rust-lang.org/tools/install) 1.80.1 or higher. - A C compiler: `gcc` or `clang`. - Install `jemalloc` and `pkg-config` on your system: