Skip to content

Commit 9b873e9

Browse files
committed
Bump rust-version to 1.77
1 parent b6d6cb2 commit 9b873e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: msrv
4444
os: ubuntu-22.04
4545
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
46-
rust: 1.74.0
46+
rust: 1.77.0
4747
target: x86_64-unknown-linux-gnu
4848
name: ${{ matrix.name }}
4949
steps:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MPL-2.0"
1717
readme = "README.md"
1818
repository = "https://github.com/rust-lang/mdBook"
1919
description = "Creates a book from markdown files"
20-
rust-version = "1.74"
20+
rust-version = "1.77" # Keep in sync with installation.md and .github/workflows/main.yml
2121

2222
[dependencies]
2323
anyhow = "1.0.71"

guide/src/guide/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To make it easier to run, put the path to the binary into your `PATH`.
2020

2121
To build the `mdbook` executable from source, you will first need to install Rust and Cargo.
2222
Follow the instructions on the [Rust installation page].
23-
mdBook currently requires at least Rust version 1.74.
23+
mdBook currently requires at least Rust version 1.77.
2424

2525
Once you have installed Rust, the following command can be used to build and install mdBook:
2626

0 commit comments

Comments
 (0)