diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bfd114cac5..d5f1add2e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - build: msrv os: ubuntu-latest # sync MSRV with docs: guide/src/guide/installation.md - rust: 1.54.0 + rust: 1.56.0 steps: - uses: actions/checkout@master - name: Install Rust diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index 128b104707..009d8e1669 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 (the 2021 edition). Once you have installed Rust, the following command can be used to build and install mdBook: