(cargo-release) version 0.2.0
This commit is contained in:
parent
6a38f62e6a
commit
3b9bba7cd1
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -612,7 +612,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mdbook-toc"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mdbook-toc"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
|
||||
description = "mdbook preprocessor to add Table of Contents"
|
||||
license = "MPL-2.0"
|
||||
|
|
Loading…
Reference in a new issue