1
Fork 0

Auto merge of #87705 - ehuss:update-mdbook, r=Mark-Simulacrum

Update mdbook.

This fixes a significant rendering regression in 0.4.11 for code blocks, see https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0412.
This commit is contained in:
bors 2021-08-02 18:24:49 +00:00
commit b4a85dafda
2 changed files with 3 additions and 3 deletions

View file

@ -2100,9 +2100,9 @@ dependencies = [
[[package]]
name = "mdbook"
version = "0.4.11"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee73932975c44c485e541416d7c30abb31a053af7e49682f6e856f1e4d6ab2a"
checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
dependencies = [
"ammonia",
"anyhow",

View file

@ -9,6 +9,6 @@ clap = "2.25.0"
env_logger = "0.7.1"
[dependencies.mdbook]
version = "0.4.11"
version = "0.4.12"
default-features = false
features = ["search"]