From 5930574d8ab2090739041187d9b8db50fc5773c4 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 5 Jan 2026 17:16:33 +0100 Subject: [PATCH] README: Mention cargo A bit pedantic, we're also not mentioning that you need a linker, but oh well. Fixes #12277 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d6ea93fb..9a40b36fe 100644 --- a/README.rst +++ b/README.rst @@ -117,7 +117,7 @@ Dependencies Compiling fish requires: -- Rust (version 1.85 or later) +- Rust (version 1.85 or later), including cargo - CMake (version 3.15 or later) - a C compiler (for system feature detection and the test helper binary) - PCRE2 (headers and libraries) - optional, this will be downloaded if missing