From 44f982f8e5da4d13dec2004d49edddc80f938713 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 28 Mar 2022 13:06:44 -0500 Subject: [PATCH] chore: Upgrade MSRV --- .github/workflows/main.yml | 3 ++- guide/src/guide/installation.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39624230..bfd114ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,8 @@ jobs: rust: stable - build: msrv os: ubuntu-latest - rust: 1.46.0 + # sync MSRV with docs: guide/src/guide/installation.md + rust: 1.54.0 steps: - uses: actions/checkout@master - name: Install Rust diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index b68f807a..d7946587 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.46. +mdBook currently requires at least Rust version 1.54. Once you have installed Rust, the following command can be used to build and install mdBook: