Merge pull request #2688 from ehuss/update-dependencies

Update dependencies
This commit is contained in:
Eric Huss 2025-05-05 20:52:43 +00:00 committed by GitHub
commit 9822c2a178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 405 additions and 218 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: msrv
os: ubuntu-22.04
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
rust: 1.77.0
rust: 1.81.0
target: x86_64-unknown-linux-gnu
name: ${{ matrix.name }}
steps:

617
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,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.77" # Keep in sync with installation.md and .github/workflows/main.yml
rust-version = "1.81" # Keep in sync with installation.md and .github/workflows/main.yml
[dependencies]
anyhow = "1.0.71"

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