Skip to content

Commit cf9de82

Browse files
authored
Merge pull request #2082 from ehuss/update-direct-dependencies
Update some direct dependencies
2 parents f4507ae + be966cf commit cf9de82

File tree

4 files changed

+87
-75
lines changed

4 files changed

+87
-75
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- build: msrv
3333
os: ubuntu-20.04
3434
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
35-
rust: 1.63.0
35+
rust: 1.65.0
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Install Rust

Cargo.lock

+84-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.63"
17+
rust-version = "1.65"
1818

1919
[dependencies]
2020
anyhow = "1.0.28"

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.63.
23+
mdBook currently requires at least Rust version 1.65.
2424

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

0 commit comments

Comments
 (0)