Skip to content

Commit 5f05d43

Browse files
authored
Rollup merge of rust-lang#139212 - ehuss:update-mdbook, r=Mark-Simulacrum
Update mdbook to 0.4.48 This brings in several updates. Two significant ones are to halve the search index size, and the other introduces major changes to footnote rendering. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0448
2 parents cedb554 + 6c3be19 commit 5f05d43

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/doc/rustc/src/SUMMARY.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- [s390x-unknown-linux-gnu](platform-support/s390x-unknown-linux-gnu.md)
103103
- [s390x-unknown-linux-musl](platform-support/s390x-unknown-linux-musl.md)
104104
- [sparc-unknown-none-elf](./platform-support/sparc-unknown-none-elf.md)
105-
- [sparcv9-sun-solaris](platform-support/solaris.md)
105+
- [solaris](platform-support/solaris.md)
106106
- [\*-pc-windows-gnullvm](platform-support/pc-windows-gnullvm.md)
107107
- [\*-nto-qnx-\*](platform-support/nto-qnx.md)
108108
- [\*-unikraft-linux-musl](platform-support/unikraft-linux-musl.md)
@@ -126,7 +126,6 @@
126126
- [\*-win7-windows-msvc](platform-support/win7-windows-msvc.md)
127127
- [x86_64-fortanix-unknown-sgx](platform-support/x86_64-fortanix-unknown-sgx.md)
128128
- [x86_64-pc-cygwin](platform-support/x86_64-pc-cygwin.md)
129-
- [x86_64-pc-solaris](platform-support/solaris.md)
130129
- [x86_64-unknown-linux-none.md](platform-support/x86_64-unknown-linux-none.md)
131130
- [x86_64-unknown-none](platform-support/x86_64-unknown-none.md)
132131
- [xtensa-\*-none-elf](platform-support/xtensa.md)

src/tools/rustbook/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -880,9 +880,9 @@ dependencies = [
880880

881881
[[package]]
882882
name = "mdbook"
883-
version = "0.4.47"
883+
version = "0.4.48"
884884
source = "registry+https://github.com/rust-lang/crates.io-index"
885-
checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
885+
checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
886886
dependencies = [
887887
"ammonia",
888888
"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.47"
18+
version = "0.4.48"
1919
default-features = false
2020
features = ["search"]

0 commit comments

Comments
 (0)