From b32bdb4d8e6a0588a467c92ef08d7161c9ca0fca Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 18 Nov 2023 21:15:04 +0100 Subject: [PATCH] README.md: mention minimum supported Rust version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75877b4..9a8755e 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ the generated map files to public webspace to make the map available to others. ## Installation -Building the MinedMap map generator from source requires a recent Rust toolchain. The -following command can be used to build the current development version: +Building the MinedMap map generator from source requires a recent Rust toolchain (1.72.0 +or newer). The following command can be used to build the current development version: ```shell cargo install --git 'https://github.com/NeoRaider/MinedMap.git' ```