Merge pull request #1941 from klensy/msrv

fix msrv in docs
This commit is contained in:
Dylan DPC 2022-11-29 23:40:01 +05:30 committed by GitHub
commit 4deb5c7cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: