From 21fb329d568812ca49de35609244d17bfe7bb020 Mon Sep 17 00:00:00 2001 From: klensy Date: Tue, 29 Nov 2022 20:33:03 +0300 Subject: [PATCH] fix msrv in docs --- guide/src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index 128b1047..dac38bac 100644 --- a/guide/src/guide/installation.md +++ b/guide/src/guide/installation.md @@ -20,7 +20,7 @@ To make it easier to run, put the path to the binary into your `PATH`. To build the `mdbook` executable from source, you will first need to install Rust and Cargo. Follow the instructions on the [Rust installation page]. -mdBook currently requires at least Rust version 1.54. +mdBook currently requires at least Rust version 1.56. Once you have installed Rust, the following command can be used to build and install mdBook: