Skip to content

Commit 58ffabb

Browse files
authored
Rollup merge of #109365 - ehuss:update-mdbook, r=Mark-Simulacrum
Update mdbook This updates mdbook from 0.4.25 to 0.4.28. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0428 The primary changes are some interaction fixes for Mobile Safari and removing custom scrollbars on webkit browsers, along with a few other fixes.
2 parents f21c435 + 18ea16c commit 58ffabb

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
@@ -3103,9 +3103,9 @@ dependencies = [
31033103

31043104
[[package]]
31053105
name = "mdbook"
3106-
version = "0.4.25"
3106+
version = "0.4.28"
31073107
source = "registry+https://github.com/rust-lang/crates.io-index"
3108-
checksum = "d1ed28d5903dde77bd5182645078a37ee57014cac6ccb2d54e1d6496386648e4"
3108+
checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0"
31093109
dependencies = [
31103110
"ammonia",
31113111
"anyhow",

src/tools/rustbook/Cargo.toml

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

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

0 commit comments

Comments
 (0)