about summary refs log tree commit diff
path: root/src/tools/rustbook/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-07-14Update mdbook to 0.4.52Eric Huss-1/+1
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0452 This primarily picks up a few fixes.
2025-05-26Update mdbook to 0.4.51Eric Huss-1/+1
This fixes a silly regression introduced in 0.4.50 that broke the search hotkey (https://github.com/rust-lang/rust/pull/141457). Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0451
2025-05-23Update mdbook to 0.4.50Eric Huss-1/+1
2025-05-05Update mdbook to 0.4.49Eric Huss-1/+1
This is a routine update to pull in some fixes and updates. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0449
2025-04-01Update mdbook to 0.4.48Eric Huss-1/+1
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
2025-03-12Update mdbook to 0.4.47Eric Huss-1/+1
2025-02-17Move error_index_generator to the rustbook workspaceEric Huss-0/+1
I had forgotten that error_index_generator is using mdbook. This moves it to be part of the rustbook workspace so that it can share the dependency with rustbook.
2025-02-17Update mdbook to 0.4.45Eric Huss-1/+1
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0445
2025-01-28Update mdbook to 0.4.44Eric Huss-1/+1
Updates to mdbook 0.4.44. Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0444
2024-12-05rustbook: update to use new mdbook-trpl package from The BookChris Krycho-2/+1
2024-11-23rustbook: fix two small typosChris Krycho-1/+1
2024-07-25Integrate mdbook-spec for the reference.Eric Huss-0/+1
This updates the reference which is now using a new mdbook plugin. This requires a little extra work than a normal book because the plugin uses `rustdoc` to generate links to the standard library. It also ensures that the submodule is available for *any* command that uses rustbook, since it is now part of the rustbook workspace.
2024-07-22Move rustbook to its own workspace.Eric Huss-0/+2
2024-06-03Add translation support by mdbook-i18n-helpers to bootstrapdalance-0/+1
2024-05-22Support mdBook preprocessors for TRPL in rustbookChris Krycho-0/+2
`rust-lang/book` recently added two mdBook preprocessors. Enable `rustbook` to use those preprocessors for books where they are requested by the `book.toml` by adding the preprocessors as path dependencies, and ignoring them where they are not requested, i.e. by all the books other than TRPL at present.
2024-02-22dedupe env_logger, drop is-terminalklensy-1/+1
2024-02-06Update mdbook to 0.4.37Eric Huss-1/+1
2023-04-06bump few depsklensy-1/+1
2023-03-19Update mdbookEric Huss-1/+1
2023-01-09Update mdbookEric Huss-2/+2
2022-07-22Update mdbookEric Huss-1/+1
2022-07-09Bump to clap 3Michael Howell-1/+1
2022-04-15Update mdbookEric Huss-1/+1
2021-12-03Update mdbookEric Huss-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-08-02Update mdbook.Eric Huss-1/+1
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
rfc3052 followup: Remove authors field from Cargo manifests Since RFC 3052 soft deprecated the authors field, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information for contributors, we may as well remove it from crates in this repo.
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
2021-07-26Update mdbook.Eric Huss-1/+1
2021-01-14Update mdbookEric Huss-1/+1
2021-01-04Update mdbookEric Huss-1/+1
2020-11-14Fix displaying errors when rustbook tests fail.Eric Huss-0/+1
2020-09-23Update mdBookCamelid-1/+1
0.4.2 -> 0.4.3
2020-06-26Update mdbook.Eric Huss-1/+1
2020-06-26Remove mdbook-linkcheck.Eric Huss-14/+0
2020-05-11rustbook: Bump mdbook dependencyIgor Matuszewski-1/+1
2020-02-03implement proper linkchecker hardeningmark-1/+2
2019-11-12Update mdbook.Eric Huss-2/+5
2019-10-28Use rustc-workspace-hack for rustbookSamuel Holland-0/+5
As rustbook now depends transitively on openssl, it needs access to the rustc-workspace-hack/all-static feature to pick up openssl-sys/vendored. This fixes the rust build with `all-static = true` on systems where openssl is not installed (e.g. when cross-compiling).
2019-08-09Check links on all platforms when running locallyMateusz Mikuła-3/+4
2019-07-17Update mdbook, cargo, booksEric Huss-6/+0
This updates the last of the books using mdbook 0.1, finally removing it from the build.
2019-07-06cfg: linkcheck only on x86-64 linuxMark Mansi-1/+3
2019-07-06Add linkcheck command to rustbook toolAndré Luis Leal Cardoso Junior-0/+2
2019-06-20Update mdbookEric Huss-3/+2
2019-05-09Switch to SPDX 2.1 license expressionDavid Tolnay-1/+1
According to the Cargo Reference: https://doc.rust-lang.org/cargo/reference/manifest.html > This is an SPDX 2.1 license expression for this package. Currently > crates.io will validate the license provided against a whitelist of > known license and exception identifiers from the SPDX license list > 2.4. Parentheses are not currently supported. > > Multiple licenses can be separated with a `/`, although that usage > is deprecated. Instead, use a license expression with AND and OR > operators to get more explicit semantics.
2019-01-30Update to newer version of mdbook(2)James Munns-1/+1
2019-01-30Remove stable featureJames Munns-2/+0
2019-01-30Only the compatibility items from the embedded book PRJames Munns-1/+11
PR: https://github.com/rust-lang/rust/pull/56291
2018-04-22Update MDBookMatt Ickstadt-1/+1
2018-04-05update mdbooksteveklabnik-1/+2
This includes search for all books, a long-requested feature!