diff options
| author | bors <bors@rust-lang.org> | 2022-07-23 10:40:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-23 10:40:41 +0000 |
| commit | 2e43d068ced2162bc57da332094c06604bc1b191 (patch) | |
| tree | 3105db86886fcb1aade7fabb9ea641e26118ae54 /src/tools | |
| parent | 47ba93596586783efd41df7b8ea84f4f1e37f923 (diff) | |
| parent | 7c5df1f425ef87c0f8c6bfc44df28ec0d6cc4fca (diff) | |
| download | rust-2e43d068ced2162bc57da332094c06604bc1b191.tar.gz rust-2e43d068ced2162bc57da332094c06604bc1b191.zip | |
Auto merge of #99636 - matthiaskrgr:rollup-yg0xxkx, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - #99580 (Don't suggest unnameable generic arguments) - #99617 (Update mdbook) - #99631 (Use span_bug in case of unexpected rib kind) - #99632 (Fix typo/grammar in locator.rs doc comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rustbook/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustbook/Cargo.toml b/src/tools/rustbook/Cargo.toml index bd08e0ede0b..33c05180408 100644 --- a/src/tools/rustbook/Cargo.toml +++ b/src/tools/rustbook/Cargo.toml @@ -9,6 +9,6 @@ clap = "3.1.1" env_logger = "0.7.1" [dependencies.mdbook] -version = "0.4.18" +version = "0.4.21" default-features = false features = ["search"] |
