From 219d545e2b748128af1f00255562523bfcb182d9 Mon Sep 17 00:00:00 2001 From: Turing Zhu Date: Mon, 18 Jun 2018 02:23:37 +0800 Subject: [PATCH] update book.toml and mdbook version in .travis.yml --- .travis.yml | 4 ++-- book.toml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 396291f..fd2e039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: only: - master before_script: - - (cargo install mdbook --vers 0.0.26 --force || true) + - (cargo install mdbook --vers 0.1.7 --force || true) script: - mdbook build deploy: @@ -18,4 +18,4 @@ deploy: github-token: $GITHUB_TOKEN keep-history: false on: - branch: master \ No newline at end of file + branch: master diff --git a/book.toml b/book.toml index 66f8c14..f34accd 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,7 @@ +[book] title = "Rust 程序设计语言 简体中文版" author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译" description = "Rust 程序设计语言 简体中文版" -[output.html] -destination = "mdbook" \ No newline at end of file +[build-dir] +destination = "mdbook"