README.md: mention minimum supported Rust version

This commit is contained in:
Matthias Schiffer 2023-11-18 21:15:04 +01:00
parent 196e21718f
commit b32bdb4d8e
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -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'
```