From a1c8190c287235c214c6ea90a38a6d3ee6adf84c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 17 May 2025 19:04:27 +0300 Subject: [PATCH] docs: update minimum required rust version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6357795..6adba66 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ the codebase as they stand. ### Setup -You will need Cargo and Rust installed on your system. Rust 1.80 or later is +You will need Cargo and Rust installed on your system. Rust 1.85 or later is required. A `.envrc` is provided, and it's usage is encouraged for Nix users.