Skip to content

Commit 847a582

Browse files
committed
Update msrv to 1.70
1 parent 97cd00f commit 847a582

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- build: msrv
3030
os: ubuntu-20.04
3131
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
32-
rust: 1.66.0
32+
rust: 1.70.0
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Install Rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MPL-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-lang/mdBook"
1616
description = "Creates a book from markdown files"
17-
rust-version = "1.66"
17+
rust-version = "1.70"
1818

1919
[dependencies]
2020
anyhow = "1.0.71"

guide/src/guide/installation.md

Lines changed: 1 addition & 1 deletion
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.66.
23+
mdBook currently requires at least Rust version 1.70.
2424

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

0 commit comments

Comments
 (0)