diff options
| author | Ralf Jung <post@ralfj.de> | 2020-09-26 12:58:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-26 12:58:22 +0200 |
| commit | 7ff5b44a58357e11d15dc0ce34972f93c1bc6e57 (patch) | |
| tree | 8f7751eff0f5a6f7e473491d7d6f3bf8e4cecaac | |
| parent | 3b544e73ae9d31656807599146f852fd2c920e69 (diff) | |
| parent | 945a732dd6c3928e0219a862066c92bde45d26bf (diff) | |
| download | rust-7ff5b44a58357e11d15dc0ce34972f93c1bc6e57.tar.gz rust-7ff5b44a58357e11d15dc0ce34972f93c1bc6e57.zip | |
Rollup merge of #77127 - camelid:update-mdbook, r=Dylan-DPC
Update mdBook 0.4.2 -> 0.4.3 Also updated version requirement in `Cargo.toml` from 0.4.0 to 0.4.3.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | src/tools/rustbook/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9a5ba741749..05d77ec0c8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1848,9 +1848,9 @@ dependencies = [ [[package]] name = "mdbook" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75e31ae4eaa0e45e17ee2b6b9e3ed969c3c6ff12bb4c2e352c42493f4ebb706" +checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff" dependencies = [ "ammonia", "anyhow", diff --git a/src/tools/rustbook/Cargo.toml b/src/tools/rustbook/Cargo.toml index f0a6ce2fa06..f5e5c0867b4 100644 --- a/src/tools/rustbook/Cargo.toml +++ b/src/tools/rustbook/Cargo.toml @@ -9,6 +9,6 @@ edition = "2018" clap = "2.25.0" [dependencies.mdbook] -version = "0.4.0" +version = "0.4.3" default-features = false features = ["search"] |
