From 9b873e9d9723cc7225e717c2bd809c9e59ff2d7c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 28 Jan 2025 09:34:09 -0800 Subject: [PATCH] Bump rust-version to 1.77 --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- guide/src/guide/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa67503d..6bb8c0c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: msrv os: ubuntu-22.04 # sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml - rust: 1.74.0 + rust: 1.77.0 target: x86_64-unknown-linux-gnu name: ${{ matrix.name }} steps: diff --git a/Cargo.toml b/Cargo.toml index f6c92683..09a373c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MPL-2.0" readme = "README.md" repository = "https://github.com/rust-lang/mdBook" description = "Creates a book from markdown files" -rust-version = "1.74" +rust-version = "1.77" # Keep in sync with installation.md and .github/workflows/main.yml [dependencies] anyhow = "1.0.71" diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index 173b078c..b63b26cf 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.74. +mdBook currently requires at least Rust version 1.77. Once you have installed Rust, the following command can be used to build and install mdBook: