From b7a549b57eaf976542ca0f492fe6e0d8cab16c0d Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 8 May 2026 18:41:06 +0200 Subject: [PATCH] make make comment about recommended versions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c542324d..7d49a3ff2 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,10 @@ The standard developer tools, including a C compiler, GNU Make, Bash, and Git. M You'll also need an installation of Rust and its toolchain (specifically `rustc` and `cargo`). The easiest way to install these, is using `rustup`: -Supported toolchain versions: +Recommended and tested toolchain versions: - Nim 2.2.4 - Nimble 0.22.3 -These versions are enforced by the repository configuration and the Makefile. - Rust: ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh