1
Fork 0

(cargo-release) version 0.6.2

This commit is contained in:
Jan-Erik Rediger 2021-04-06 19:08:59 +02:00
parent f816a0153f
commit aa281acd5a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -772,7 +772,7 @@ dependencies = [
[[package]] [[package]]
name = "mdbook-toc" name = "mdbook-toc"
version = "0.6.2-alpha.0" version = "0.6.2"
dependencies = [ dependencies = [
"clap", "clap",
"env_logger", "env_logger",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mdbook-toc" name = "mdbook-toc"
version = "0.6.2-alpha.0" version = "0.6.2"
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"