Skip to content

Commit 38772f1

Browse files
Rollup merge of #81030 - ehuss:update-mdbook, r=Mark-Simulacrum
Update mdbook Just a few small fixes and changes, see https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-046 for a list.
2 parents 033faf9 + f1fa9e9 commit 38772f1

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
@@ -1973,9 +1973,9 @@ dependencies = [
19731973

19741974
[[package]]
19751975
name = "mdbook"
1976-
version = "0.4.5"
1976+
version = "0.4.6"
19771977
source = "registry+https://github.com/rust-lang/crates.io-index"
1978-
checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
1978+
checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f"
19791979
dependencies = [
19801980
"ammonia",
19811981
"anyhow",

src/tools/rustbook/Cargo.toml

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

1212
[dependencies.mdbook]
13-
version = "0.4.5"
13+
version = "0.4.6"
1414
default-features = false
1515
features = ["search"]

0 commit comments

Comments
 (0)