summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2018-09-18 16:20:19 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2018-09-18 16:20:19 +0200
commit0e97fd7e46945175d54423aece14fcd547dae903 (patch)
treea2cd2493b2a3b93681f2f3780c72dae159094284 /Cargo.toml
parent7521a7fa2efd6f56e51b0afd627b77343dfa90da (diff)
Include section numbering fix
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0975d83..e890c9a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
[dependencies]
-mdbook = { git = "https://github.com/rust-lang-nursery/mdBook" }
+mdbook = { git = "https://github.com/badboy/mdBook", branch = "fix-section-numbering" }
pulldown-cmark = "0.1.2"
pulldown-cmark-to-cmark = "1.1.0"
env_logger = "0.5.10"