Skip to content

Commit b4a85da

Browse files
committed
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.
2 parents 6be8a06 + 7e312a3 commit b4a85da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2100,9 +2100,9 @@ dependencies = [
21002100

21012101
[[package]]
21022102
name = "mdbook"
2103-
version = "0.4.11"
2103+
version = "0.4.12"
21042104
source = "registry+https://github.com/rust-lang/crates.io-index"
2105-
checksum = "4ee73932975c44c485e541416d7c30abb31a053af7e49682f6e856f1e4d6ab2a"
2105+
checksum = "0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4"
21062106
dependencies = [
21072107
"ammonia",
21082108
"anyhow",

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ clap = "2.25.0"
99
env_logger = "0.7.1"
1010

1111
[dependencies.mdbook]
12-
version = "0.4.11"
12+
version = "0.4.12"
1313
default-features = false
1414
features = ["search"]

0 commit comments

Comments
 (0)