From 0aa588a129943005a3fa51aaeae762d58e0cd34b Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sun, 28 Apr 2024 15:42:57 +0200 Subject: [PATCH] CONTRIBUTING: Remove versions These were outdated already (cmake). Let's keep them in the README for now. --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0286a9c94..26984c3e5 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -26,8 +26,8 @@ This will create a copy of the fish repository in the directory fish-shell in yo Also, for most changes you want to run the tests and so you'd get a setup to compile fish. For that, you'll require: -- Rust (version 1.67 or later) - when in doubt, try rustup -- CMake (version 3.5 or later) +- Rust - when in doubt, try rustup +- CMake - PCRE2 (headers and libraries) - optional, this will be downloaded if missing - gettext (headers and libraries) - optional, for translation support - Sphinx - optional, to build the documentation