summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-28 19:25:13 +0200
committerThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-28 19:32:53 +0200
commitd43fbfd642d4271f1fbae4e16fbc133fd006125e (patch)
tree167a26a90f8ed10a0f8b7042ecb8c195df5a520d /INSTALL.md
parent7f156855177800d89073f57a064ab368f78b5584 (diff)
docs: rm outdated msrv in install instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 99c33776..977f6456 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -17,8 +17,9 @@ Build dependencies:
* zlib1g
In addition a recent Rust toolchain is required (rustc, cargo), either by using
-[rustup](https://rustup.rs/) or make sure to use a distribution where rustc (>=1.65)
-is available.
+[rustup](https://rustup.rs/) or make sure to use a distribution where a recent
+enough rustc is available. Please check `rust-version` in `Cargo.toml` to see
+the minimum supported Rust version (MSRV).
``` shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path