Include section numbering fix
This commit is contained in:
parent
ab22435842
commit
dfd8d5de51
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -470,7 +470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
[[package]]
|
||||
name = "mdbook"
|
||||
version = "0.2.2-alpha.0"
|
||||
source = "git+https://github.com/rust-lang-nursery/mdBook#df874cdbdb095234703ef9eb267060e2f8463048"
|
||||
source = "git+https://github.com/badboy/mdBook?branch=fix-section-numbering#e6f0ef6431fd6afa99891066a164d9daf49dd32f"
|
||||
dependencies = [
|
||||
"ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -506,7 +506,7 @@ dependencies = [
|
|||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"mdbook 0.2.2-alpha.0 (git+https://github.com/rust-lang-nursery/mdBook)",
|
||||
"mdbook 0.2.2-alpha.0 (git+https://github.com/badboy/mdBook?branch=fix-section-numbering)",
|
||||
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pulldown-cmark-to-cmark 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
@ -1475,7 +1475,7 @@ dependencies = [
|
|||
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
|
||||
"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
|
||||
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||
"checksum mdbook 0.2.2-alpha.0 (git+https://github.com/rust-lang-nursery/mdBook)" = "<none>"
|
||||
"checksum mdbook 0.2.2-alpha.0 (git+https://github.com/badboy/mdBook?branch=fix-section-numbering)" = "<none>"
|
||||
"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
|
||||
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
||||
"checksum mime_guess 1.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2d4c0961143b8efdcfa29c3ae63281601b446a4a668165454b6c90f8024954c5"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue