v0.8.1
This commit is contained in:
parent
1cc0295637
commit
71e149c513
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3168,7 +3168,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zola"
|
name = "zola"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-files 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"actix-web 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zola"
|
name = "zola"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A fast static site generator with everything built-in"
|
description = "A fast static site generator with everything built-in"
|
||||||
|
|
Loading…
Reference in a new issue