Skip to content

Commit 6a8663a

Browse files
committed
Update mdbook to 0.4.51
This fixes a silly regression introduced in 0.4.50 that broke the search hotkey (rust-lang#141457). Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0451
1 parent 9c0bcb5 commit 6a8663a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/rustbook/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,9 +885,9 @@ dependencies = [
885885

886886
[[package]]
887887
name = "mdbook"
888-
version = "0.4.50"
888+
version = "0.4.51"
889889
source = "registry+https://github.com/rust-lang/crates.io-index"
890-
checksum = "f72bc08f096e1fb15cfc382babe218317c2897d2040f967c4db40d156ca28e21"
890+
checksum = "a87e65420ab45ca9c1b8cdf698f95b710cc826d373fa550f0f7fad82beac9328"
891891
dependencies = [
892892
"ammonia",
893893
"anyhow",

src/tools/rustbook/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.50"
18+
version = "0.4.51"
1919
default-features = false
2020
features = ["search"]

0 commit comments

Comments
 (0)