(cargo-release) version 0.5.0
This commit is contained in:
parent
8dceed5003
commit
9f15f372f6
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -693,7 +693,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdbook-toc"
|
name = "mdbook-toc"
|
||||||
version = "0.4.4-alpha.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mdbook-toc"
|
name = "mdbook-toc"
|
||||||
version = "0.4.4-alpha.0"
|
version = "0.5.0"
|
||||||
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
|
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
|
||||||
description = "mdbook preprocessor to add Table of Contents"
|
description = "mdbook preprocessor to add Table of Contents"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
Loading…
Reference in a new issue