about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2018-04-03 10:32:04 -0400
committersteveklabnik <steve@steveklabnik.com>2018-04-05 15:03:26 -0400
commitecfbaca13e8afa7a9b3dca80d085501d09014567 (patch)
tree1f53adb7798193d48418a49d89f87004accc3c15 /src/tools
parent56714acc5eb0687ed9a7566fdebe5528657fc5b3 (diff)
downloadrust-ecfbaca13e8afa7a9b3dca80d085501d09014567.tar.gz
rust-ecfbaca13e8afa7a9b3dca80d085501d09014567.zip
update mdbook
This includes search for all books, a long-requested feature!
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rustbook/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/rustbook/Cargo.toml b/src/tools/rustbook/Cargo.toml
index 539b434e9ec..554e3c0cd5f 100644
--- a/src/tools/rustbook/Cargo.toml
+++ b/src/tools/rustbook/Cargo.toml
@@ -8,5 +8,6 @@ license = "MIT/Apache-2.0"
 clap = "2.25.0"
 
 [dependencies.mdbook]
-version = "0.1.2"
+version = "0.1.5"
 default-features = false
+features = ["search"]