Skip to content

Commit 1e27a12

Browse files
authored
Rollup merge of #140687 - ehuss:update-mdbook, r=jieyouxu
Update mdbook to 0.4.49 This is a routine update to pull in some fixes and updates. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0449
2 parents 8eec52e + 292aea5 commit 1e27a12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/rustbook/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -938,9 +938,9 @@ dependencies = [
938938

939939
[[package]]
940940
name = "mdbook"
941-
version = "0.4.48"
941+
version = "0.4.49"
942942
source = "registry+https://github.com/rust-lang/crates.io-index"
943-
checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
943+
checksum = "d1daacee059634081dee4250d2814763a365b92dfe14bfdef964bc27835209d4"
944944
dependencies = [
945945
"ammonia",
946946
"anyhow",

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ mdbook-i18n-helpers = "0.3.3"
1515
mdbook-spec = { path = "../../doc/reference/mdbook-spec" }
1616

1717
[dependencies.mdbook]
18-
version = "0.4.48"
18+
version = "0.4.49"
1919
default-features = false
2020
features = ["search"]

0 commit comments

Comments
 (0)