Next version

This commit is contained in:
Vincent Prouillet 2021-01-09 14:54:18 +01:00
parent 9444b920d2
commit 108986ba6b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3243,7 +3243,7 @@ dependencies = [
[[package]] [[package]]
name = "zola" name = "zola"
version = "0.13.0" version = "0.14.0"
dependencies = [ dependencies = [
"atty", "atty",
"chrono", "chrono",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zola" name = "zola"
version = "0.13.0" version = "0.14.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"] authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"