Skip to content

Commit 539b8dd

Browse files
authored
Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPC
Update mdbook This updates mdbook from 0.4.20 to 0.4.21 Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0421 This contains a single fix that prevents mdbook from compiling on nightly (due to #99413). This will be necessary to keep everything working after the next master bootstrap switch.
2 parents b6d6f10 + 31dd1f6 commit 539b8dd

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
@@ -2361,9 +2361,9 @@ dependencies = [
23612361

23622362
[[package]]
23632363
name = "mdbook"
2364-
version = "0.4.20"
2364+
version = "0.4.21"
23652365
source = "registry+https://github.com/rust-lang/crates.io-index"
2366-
checksum = "13cdad8057b09a519c6c63e6d7c93ea854f5d7fbfe284df864d5e1140d215a2d"
2366+
checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
23672367
dependencies = [
23682368
"ammonia",
23692369
"anyhow",

src/tools/rustbook/Cargo.toml

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

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

0 commit comments

Comments
 (0)