summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-07-21 11:41:54 +0200
committerAlexander Fougner <fougner89@gmail.com>2023-08-04 20:13:38 +0200
commitcaeeba5152cb0727b5a86222e615f6b777100a37 (patch)
tree963e2819f3d9ff15c0c12314b5e8035ed4add60a /INSTALL.md
parenta3087defd8e17ca2f33a3e87990a3e359429eb5f (diff)
ci: set and verify MSRV
To prevent uncontrolled usage of new rust features, directly or from dependencies, set a minimum supported Rust version and verify it builds. Signed-off-by: Alexander Fougner <fougner89@gmail.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 94b28770..370fb8df 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,7 +16,7 @@ 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.64)
+[rustup](https://rustup.rs/) or make sure to use a distribution where rustc (>=1.65)
is available.
Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with