Merge pull request #1951 from ehuss/update-deps

Update dependencies
This commit is contained in:
Eric Huss 2022-12-14 08:05:17 -08:00 committed by GitHub
commit cda44480b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 729 additions and 443 deletions

View File

@ -31,8 +31,8 @@ jobs:
rust: stable
- build: msrv
os: ubuntu-latest
# sync MSRV with docs: guide/src/guide/installation.md
rust: 1.56.0
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.60.0
steps:
- uses: actions/checkout@master
- name: Install Rust

1165
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,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.60"
[dependencies]
anyhow = "1.0.28"

View File

@ -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.56.
mdBook currently requires at least Rust version 1.60.
Once you have installed Rust, the following command can be used to build and install mdBook: