Skip to content

Commit 7ff5b44

Browse files
authored
Rollup merge of #77127 - camelid:update-mdbook, r=Dylan-DPC
Update mdBook 0.4.2 -> 0.4.3 Also updated version requirement in `Cargo.toml` from 0.4.0 to 0.4.3.
2 parents 3b544e7 + 945a732 commit 7ff5b44

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
@@ -1848,9 +1848,9 @@ dependencies = [
18481848

18491849
[[package]]
18501850
name = "mdbook"
1851-
version = "0.4.2"
1851+
version = "0.4.3"
18521852
source = "registry+https://github.com/rust-lang/crates.io-index"
1853-
checksum = "b75e31ae4eaa0e45e17ee2b6b9e3ed969c3c6ff12bb4c2e352c42493f4ebb706"
1853+
checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
18541854
dependencies = [
18551855
"ammonia",
18561856
"anyhow",

src/tools/rustbook/Cargo.toml

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

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

0 commit comments

Comments
 (0)