Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 322f0d7

Browse files
committedFeb 20, 2017
Auto merge of #39966 - steveklabnik:update-mdbook, r=GuillaumeGomez
Update mdbook version This version of mdbook includes https://github.com/azerupi/mdBook/pull/207 , which is needed so that we can start doing linkchecker on the various books.
2 parents f57a027 + 2795de3 commit 322f0d7

File tree

2 files changed

+152
-71
lines changed

2 files changed

+152
-71
lines changed
 

‎src/Cargo.lock

Lines changed: 151 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/tools/rustbook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license = "MIT/Apache-2.0"
88
clap = "2.19.3"
99

1010
[dependencies.mdbook]
11-
version = "0.0.14"
11+
version = "0.0.15"
1212
default-features = false

0 commit comments

Comments
 (0)
Please sign in to comment.