From 71e149c513b9139dd0f51377b9098dac0b801cd2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 24 Jun 2019 10:22:41 +0200 Subject: [PATCH] v0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbc61cb..354e760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3168,7 +3168,7 @@ dependencies = [ [[package]] name = "zola" -version = "0.8.0" +version = "0.8.1" dependencies = [ "actix-files 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 40c35e9..9cb0454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zola" -version = "0.8.0" -authors = ["Vincent Prouillet "] +version = "0.8.1" +authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" description = "A fast static site generator with everything built-in"